Skip to content

Commit 081241c

Browse files
docs: fix typo in syntax.md (#171)
1 parent 5bb36b8 commit 081241c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,9 +646,9 @@ src: ./content.md
646646

647647
> Available since v0.43.0
648648
649-
Slidev has and experimental support for [MDC (Markdown Components) Syntax](https://content.nuxtjs.org/guide/writing/mdc) powered by [`markdown-it-mdc`](https://github.com/antfu/markdown-it-mdc).
649+
Slidev has an experimental support for [MDC (Markdown Components) Syntax](https://content.nuxtjs.org/guide/writing/mdc) powered by [`markdown-it-mdc`](https://github.com/antfu/markdown-it-mdc).
650650

651-
You can enable it by add `mdc: true` to the frontmatter of your markdown file.
651+
You can enable it by adding `mdc: true` to the frontmatter of your markdown file.
652652

653653
```md
654654
---

0 commit comments

Comments
 (0)