diff --git a/docs/reference/components/editor.md b/docs/reference/components/editor.md index 0a7a7d818..ad0f2f133 100644 --- a/docs/reference/components/editor.md +++ b/docs/reference/components/editor.md @@ -10,9 +10,7 @@ The top-level React component that renders the Slate editor itself. /> ``` -The editor takes a `State` instance that contains it's content and selection, and an array of `plugins` that define its behavior. - -In addition to those two properties, the editor allows passing any of the properties that a plugin can define: +The editor takes a `State` instance that contains it's content and selection, and an array of `plugins` that define its behavior. In addition to those two properties, the editor allows passing any of the properties that a plugin can define: ```js