summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-12-13 18:36:48 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-12-13 18:36:48 +0000
commitff9f4ec2300728452c0374e0437a13576a0e4228 (patch)
treeb799e576f465ea7c8051b7c57099de104324aa17 /docs/src
parent7265ca4ea8d1ec2d5bd162a4fd99e3a8c24c48a9 (diff)
downloadastro-ff9f4ec2300728452c0374e0437a13576a0e4228.tar.gz
astro-ff9f4ec2300728452c0374e0437a13576a0e4228.tar.zst
astro-ff9f4ec2300728452c0374e0437a13576a0e4228.zip
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/core-concepts/astro-components.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/core-concepts/astro-components.md b/docs/src/pages/core-concepts/astro-components.md
index 66ca91ec5..c0ebebf58 100644
--- a/docs/src/pages/core-concepts/astro-components.md
+++ b/docs/src/pages/core-concepts/astro-components.md
@@ -340,7 +340,7 @@ import TwitterTimeline from '../components/TwitterTimeline.astro';
| Fragments | Automatic top-level, `<>` inside functions | Wrap with `<Fragment>` or `<>` |
| Multiple frameworks per-file | Yes | No |
| Modifying `<head>` | Just use `<head>` | Per-framework (`<Head>`, `<svelte:head>`, etc) |
-| Comment Style | `<!-- HTML -->` | `{/* JavaScript */} |
+| Comment Style | `<!-- HTML -->` | `{/_ JavaScript _/} |
| Special Characters | `&nbsp;` | `&nbsp;` |
| Attributes | `dash-case` | `camelCase` |