Skip to content

Commit

Permalink
typo (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu authored Jan 2, 2022
1 parent ba3ea08 commit 83ede65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ editor.isEmpty
## Settings

### element
The `element` specifies the HTML element the editor will be binded too. The following code will integrate Tiptap with an element with the `.element` class:
The `element` specifies the HTML element the editor will be binded to. The following code will integrate Tiptap with an element with the `.element` class:

```js
import { Editor } from '@tiptap/core'
Expand Down

0 comments on commit 83ede65

Please sign in to comment.