Fix typo Mardown on line 219 (#1229)

This commit is contained in:
E. Berke KARAGÖZ 2021-08-25 19:09:56 +03:00 committed by GitHub
parent 96ecb3da5f
commit f097c88d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ const content = await fetch('https://raw.githubusercontent.com/snowpackjs/snowpa
Here we have some __Markdown__ code. We can also dynamically render content from remote places.
<Markdown content={content} />
</Mardown>
</Markdown>
</Layout>
```