summaryrefslogtreecommitdiff
path: root/docs/core-concepts/astro-components.md
diff options
context:
space:
mode:
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>