summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/de/migration/0.21.0.md2
-rw-r--r--docs/src/pages/migration/0.21.0.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/pages/de/migration/0.21.0.md b/docs/src/pages/de/migration/0.21.0.md
index 1ec7742c7..3d8409ded 100644
--- a/docs/src/pages/de/migration/0.21.0.md
+++ b/docs/src/pages/de/migration/0.21.0.md
@@ -68,7 +68,7 @@ In Astro v0.21 können Komponenten aus beliebigen Frameworks in Markdown-Dateien
```markdown
---
-Layout: '...'
+layout: '...'
setup: |
import MeineReactKomponente from '../components/MeineReactKomponente.jsx'
---
diff --git a/docs/src/pages/migration/0.21.0.md b/docs/src/pages/migration/0.21.0.md
index 3adc7e6b6..08154ee7c 100644
--- a/docs/src/pages/migration/0.21.0.md
+++ b/docs/src/pages/migration/0.21.0.md
@@ -68,7 +68,7 @@ In Astro v0.21, Components from any framework can be used within Markdown files.
```markdown
---
-Layout: '...'
+layout: '...'
setup: |
import MyReactComponent from '../components/MyReactComponent.jsx'
---