From 83ede65a49a7ff852b9a74498e2fa2db1c87d824 Mon Sep 17 00:00:00 2001 From: milahu Date: Sun, 2 Jan 2022 19:03:54 +0100 Subject: [PATCH] typo (#2338) --- docs/api/editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/editor.md b/docs/api/editor.md index 6b01fac4..a45cef91 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'