From a4322d0ae36d5e84b6861203a4cf6b5cf458c766 Mon Sep 17 00:00:00 2001 From: Tegan Churchill Date: Mon, 13 Dec 2021 10:35:21 -0800 Subject: [PATCH] Update astro-components.md (#2164) * Update astro-components.md I don't get it, HTML entities are supported in JSX. * Update astro-components.md * Update astro-components.md Co-authored-by: Fred K. Schott --- docs/src/pages/core-concepts/astro-components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/core-concepts/astro-components.md b/docs/src/pages/core-concepts/astro-components.md index 84715de7d..66ca91ec5 100644 --- a/docs/src/pages/core-concepts/astro-components.md +++ b/docs/src/pages/core-concepts/astro-components.md @@ -340,8 +340,8 @@ 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 */}` | -| Special Characters | ` ` | `{'\xa0'}` or `{String.fromCharCode(160)}` | +| Comment Style | `` | `{/* JavaScript */} | +| Special Characters | ` ` | ` ` | | Attributes | `dash-case` | `camelCase` | ## URL resolution