fix(#2190): migration typo (#2191)

This commit is contained in:
Nate Moore 2021-12-13 12:30:19 -06:00 committed by GitHub
parent 80c65e9497
commit d9e65227b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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'
---

View file

@ -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'
---