mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 20:23:36 +08:00
docs(react): fix typo on React installation code block (#4441)
This commit is contained in:
parent
6f218be6e4
commit
a13a8dfc96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user