diff --git a/docs/api/editor.md b/docs/api/editor.md index 6b01fac4a..a45cef91e 100644 --- a/docs/api/editor.md +++ b/docs/api/editor.md @@ -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'