1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 01:50:06 +02:00

Improve wording around Editor schema-specific methods

This commit is contained in:
Sunny Hirai
2021-03-29 00:31:44 -07:00
parent 9caf2e8700
commit ed7e4ab776

View File

@@ -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 => {