mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 12:17:20 +02:00
docs(v2): minor typo fix (#3423)
* docs: minor typo fix
Markdown import example in website/src/pages/examples/markdownPageExample.md imports the wrong chapter.
See this comment f234c407f1 (r42067403)
### Have you read the [ Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/master/CONTRIBUTING.md#pull-requests)?
(Yes)
* Update website/src/pages/examples/markdownPageExample.md
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
17975950b2
commit
3638b1651a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ import Chapter2 from './_chapter2.mdx';
|
|||
<Chapter2 />;
|
||||
```
|
||||
|
||||
import Chapter1 from './\_chapter2.mdx';
|
||||
import Chapter1 from './\_chapter1.md';
|
||||
|
||||
<Chapter1/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue