Skip to content

Commit ce3d2c9

Browse files
committed
fix: typo
1 parent 5c4f2c5 commit ce3d2c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/authoring.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ You can use any [GitHub Flavored Markdown](https://github.github.com/gfm/) synta
4141

4242
Plus, all exported [`components/mdx/index.tsx`](components/mdx/index.tsx) MDX components.
4343

44-
### Intro
44+
### `Intro`
4545

4646
```md
4747
<Intro>
48-
This is an intro. Here you can write a short description of the article, longer than the `description`, eventually with [links](#void), lists, etc.
48+
This is an intro. Here you can write a long description of the article, longer than the frontmatter `description`, eventually with [links](#), lists, etc.
4949

5050
Multiple paragraphs are also possible, or anything.
5151
</Intro>
@@ -55,7 +55,7 @@ Plus, all exported [`components/mdx/index.tsx`](components/mdx/index.tsx) MDX co
5555
<summary>Result</summary>
5656

5757
<Intro>
58-
This is an intro. Here you can write a short description of the article, longer than the `description`, eventually with [links](#void), lists, etc.
58+
This is an intro. Here you can write a long description of the article, longer than the frontmatter `description`, eventually with [links](#), lists, etc.
5959

6060
Multiple paragraphs are also possible, or anything.
6161
</Intro>

0 commit comments

Comments
 (0)