From 8e009b697170a176e4775c44d305d59ef0e686b0 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Mon, 11 Jul 2016 13:27:34 -0700 Subject: [PATCH] update docs --- docs/reference/components/editor.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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