Skip to content

Commit 92dffb7

Browse files
alexluongsidharthachatterjee
authored andcommitted
docs(gatsby-plugin-mdx): fix error in MDXProvider component ref (#19075)
1 parent e0f9b39 commit 92dffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-mdx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ The following components can be customized with the MDXProvider:
472472
| `em` | [Emphasis](https://github.com/syntax-tree/mdast#emphasis) | `_emphasis_` |
473473
| `strong` | [Strong](https://github.com/syntax-tree/mdast#strong) | `**strong**` |
474474
| `delete` | [Delete](https://github.com/syntax-tree/mdast#delete) | `~~strikethrough~~` |
475-
| `code` | [InlineCode](https://github.com/syntax-tree/mdast#inlinecode) | |
475+
| `inlineCode` | [InlineCode](https://github.com/syntax-tree/mdast#inlinecode) | |
476476
| `hr` | [Break](https://github.com/syntax-tree/mdast#break) | `---` |
477477
| `a` | [Link](https://github.com/syntax-tree/mdast#link) | `<https://mdxjs.com>` or `[MDX](https://mdxjs.com)` |
478478
| `img` | [Image](https://github.com/syntax-tree/mdast#image) | `![alt](https://mdx-logo.now.sh)` |

0 commit comments

Comments
 (0)