Skip to content

Commit

Permalink
docs(react): fix typo on React installation code block
Browse files Browse the repository at this point in the history
  • Loading branch information
rufatZZ committed Sep 11, 2023
1 parent 6f218be commit 338499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default Tiptap

```jsx
// src/Tiptap.jsx
import { useEditor, EditorContent FloatingMenu, BubbleMenu } from '@tiptap/react'
import { useEditor, EditorContent, FloatingMenu, BubbleMenu } from '@tiptap/react'
import StarterKit from '@tiptap/starter-kit'

// define your extension array
Expand Down

0 comments on commit 338499a

Please sign in to comment.