summaryrefslogtreecommitdiff
path: root/docs/core-concepts/astro-components.md
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-07-14 18:16:46 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-14 18:16:46 +0000
commit5814f2faca2a4b7a9d00f2895fe824ac786e6383 (patch)
treef9ac52a4b4464e043a3f6d60b97b28d390259a8b /docs/core-concepts/astro-components.md
parent007c22065daa7cd1c582a2d397619be96686be3e (diff)
downloadastro-5814f2faca2a4b7a9d00f2895fe824ac786e6383.tar.gz
astro-5814f2faca2a4b7a9d00f2895fe824ac786e6383.tar.zst
astro-5814f2faca2a4b7a9d00f2895fe824ac786e6383.zip
[ci] yarn format
Diffstat (limited to 'docs/core-concepts/astro-components.md')
-rw-r--r--docs/core-concepts/astro-components.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/core-concepts/astro-components.md b/docs/core-concepts/astro-components.md
index 6b33a2cf4..3642bb727 100644
--- a/docs/core-concepts/astro-components.md
+++ b/docs/core-concepts/astro-components.md
@@ -53,7 +53,7 @@ For best results, you should only have one `<style>` tag per-Astro component. Th
<html>
<head>
<style>
- ...
+ ...;
</style>
</head>
<body>