summaryrefslogtreecommitdiff
path: root/docs/src/pages/reference
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/reference')
-rw-r--r--docs/src/pages/reference/builtin-components.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/src/pages/reference/builtin-components.md b/docs/src/pages/reference/builtin-components.md
index ce64819d9..9465a3428 100644
--- a/docs/src/pages/reference/builtin-components.md
+++ b/docs/src/pages/reference/builtin-components.md
@@ -31,7 +31,6 @@ import { Prism } from 'astro/components';
This component provides syntax highlighting for code blocks. Since this never changes in the client it makes sense to use an Astro component (it's equally reasonable to use a framework component for this kind of thing; Astro is server-only by default for all frameworks!).
-
## `<Debug />`
```astro
@@ -48,4 +47,4 @@ const serverObject = {
<Debug {serverObject} />
```
-This component provides a way to inspect values on the clientside, without any JavaScript.
+This component provides a way to inspect values on the clientside, without any JavaScript.