Skip to content

Commit

Permalink
docs: delete extra semicolon in MDX and React page (#8046)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas authored Sep 3, 2022
1 parent 46d705a commit 1f1f898
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,11 +507,13 @@ By convention, using the **`_` filename prefix** will not create any doc page an
This is text some content from `_markdown-partial-example.mdx`.
```

<!-- prettier-ignore-start -->
```jsx title="someOtherDoc.mdx"
import PartialExample from './_markdown-partial-example.mdx';

<PartialExample name="Sebastien" />;
<PartialExample name="Sebastien" />
```
<!-- prettier-ignore-end -->
```mdx-code-block
import PartialExample from './_markdown-partial-example.mdx';
Expand Down

0 comments on commit 1f1f898

Please sign in to comment.