From ed7e4ab776bc80480f5bd5b9c2a7a0d229d9f1d4 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Mon, 29 Mar 2021 00:31:44 -0700 Subject: [PATCH] Improve wording around Editor schema-specific methods --- 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 c7270a9c2..205f49f38 100644 --- a/docs/api/editor.md +++ b/docs/api/editor.md @@ -316,7 +316,7 @@ Call a function, deferring normalization until after it completes. ### Schema-specific methods to override -These methods can and should be replaced to modify the original behavior of the editor which is a part of building [Plugins](/concepts/07-plugins). When you modify behavior, call the original method where appropriate. For example, a plugin that marks image nodes as "void": +Replace these methods to modify the original behavior of the editor when building [Plugins](/concepts/07-plugins). When modifying behavior, call the original method when appropriate. For example, a plugin that marks image nodes as "void": ```js const withImages = editor => {