Skip to content

Commit 402fea3

Browse files
authoredDec 15, 2022
Fix typo in plugins deprecation message
Closes GH-719.
1 parent 72ee489 commit 402fea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/react-markdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const changelog =
4141

4242
/** @type {Record<string, Deprecation>} */
4343
const deprecated = {
44-
plugins: {to: 'plugins', id: 'change-plugins-to-remarkplugins'},
44+
plugins: {to: 'remarkPlugins', id: 'change-plugins-to-remarkplugins'},
4545
renderers: {to: 'components', id: 'change-renderers-to-components'},
4646
astPlugins: {id: 'remove-buggy-html-in-markdown-parser'},
4747
allowDangerousHtml: {id: 'remove-buggy-html-in-markdown-parser'},

0 commit comments

Comments
 (0)
Please sign in to comment.