From ff9f4ec2300728452c0374e0437a13576a0e4228 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Mon, 13 Dec 2021 18:36:48 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/pages/core-concepts/astro-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/core-concepts/astro-components.md b/docs/src/pages/core-concepts/astro-components.md index 66ca91ec5d..c0ebebf58c 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 `` or `<>` | | Multiple frameworks per-file | Yes | No | | Modifying `` | Just use `` | Per-framework (``, ``, etc) | -| Comment Style | `` | `{/* JavaScript */} | +| Comment Style | `` | `{/_ JavaScript _/} | | Special Characters | ` ` | ` ` | | Attributes | `dash-case` | `camelCase` |