Skip to content

Commit

Permalink
Fix typo in plugins deprecation message
Browse files Browse the repository at this point in the history
Closes GH-719.
  • Loading branch information
marc2332 committed Dec 15, 2022
1 parent 72ee489 commit 402fea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react-markdown.js
Expand Up @@ -41,7 +41,7 @@ const changelog =

/** @type {Record<string, Deprecation>} */
const deprecated = {
plugins: {to: 'plugins', id: 'change-plugins-to-remarkplugins'},
plugins: {to: 'remarkPlugins', id: 'change-plugins-to-remarkplugins'},
renderers: {to: 'components', id: 'change-renderers-to-components'},
astPlugins: {id: 'remove-buggy-html-in-markdown-parser'},
allowDangerousHtml: {id: 'remove-buggy-html-in-markdown-parser'},
Expand Down

0 comments on commit 402fea3

Please sign in to comment.