summaryrefslogtreecommitdiff
path: root/docs/markdown.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown.md')
-rw-r--r--docs/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown.md b/docs/markdown.md
index 822efb1ef..0a0d6bdb3 100644
--- a/docs/markdown.md
+++ b/docs/markdown.md
@@ -34,7 +34,7 @@ The rendered Markdown content is placed into the default `<slot />` element.
```jsx
---
-export let content;
+const { content } = Astro.props;
---
<html>