Skip to content

Commit

Permalink
Update FAQ.md (draft-js-plugins#1442)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
RAYDENFilipp authored Sep 2, 2020
1 parent 34d2669 commit 44e395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const MyEditor = ({ editorState, onChange }) => (

## Can I use the same plugin for multiple plugin Editors?

No, you need to instantiation multiple plugins in case you use multiple editors.
No, you need to instantiate multiple plugins in case you use multiple editors.

```jsx
const emojiPlugin = createEmojiPlugin();
Expand Down

0 comments on commit 44e395b

Please sign in to comment.