Skip to content

Commit

Permalink
docs(v2): minor typo fix (#3423)
Browse files Browse the repository at this point in the history
* docs: minor typo fix 

Markdown import example in website/src/pages/examples/markdownPageExample.md imports the wrong chapter.
See this comment f234c40#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>
  • Loading branch information
rutikwankhade and slorber authored Sep 8, 2020
1 parent 1797595 commit 3638b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/examples/markdownPageExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import Chapter2 from './_chapter2.mdx';
<Chapter2 />;
```

import Chapter1 from './\_chapter2.mdx';
import Chapter1 from './\_chapter1.md';

<Chapter1/>

Expand Down

0 comments on commit 3638b16

Please sign in to comment.