From 8d21485aa65d2e3dd7219be20f5904e98807e5a8 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Mon, 11 Jul 2016 15:53:51 -0700 Subject: [PATCH] update docs --- docs/reference/components/editor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/components/editor.md b/docs/reference/components/editor.md index a4ffd7018..ba27b5f5b 100644 --- a/docs/reference/components/editor.md +++ b/docs/reference/components/editor.md @@ -11,7 +11,7 @@ The top-level React component that renders the Slate editor itself. - [`onChange`](#onchange-function) - [`plugins`](#plugins-array) - [`state`](#state-state) - - [`...`](#) + - [`more...`](#more) - [Methods](#methods) - [`getState()`](#getstate-state) - [`onChange(state)`](#onchange-state-void) @@ -39,7 +39,7 @@ An array of [`Plugins`](../plugins) that define the editor's behavior. A [`State`](../models/state) object representing the current state of the editor. -#### `...` +#### `more...` In addition to those two properties, the editor allows passing any of the properties that a [`Plugin`](../plugins) can define: