Skip to content

Commit

Permalink
docs(react): fix typo on React installation code block (#4441)
Browse files Browse the repository at this point in the history
  • Loading branch information
rufatZZ committed Sep 14, 2023
1 parent 6f218be commit a13a8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/react.md
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 a13a8df

Please sign in to comment.