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