From 08f67d9cbc0520d02c87a0cd9af2fbc5a8bf94f2 Mon Sep 17 00:00:00 2001 From: Jim Fisher Date: Wed, 13 Oct 2021 23:46:53 +0100 Subject: [PATCH] Fix typo (#4598) --- docs/api/nodes/editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/nodes/editor.md b/docs/api/nodes/editor.md index f9b340d32..a8d246b03 100644 --- a/docs/api/nodes/editor.md +++ b/docs/api/nodes/editor.md @@ -402,7 +402,7 @@ Called when there is a change in the editor. #### `addMark(key: string, value: any) => void` -Add a custom property to the leaf text nodes in the currentk selection. If the selection is currently collapsed, the marks will be added to the `editor.marks` property instead, and applied when text is inserted next. +Add a custom property to the leaf text nodes in the current selection. If the selection is currently collapsed, the marks will be added to the `editor.marks` property instead, and applied when text is inserted next. #### `removeMark(key: string) => void`