From 4c435913cfb11b03f86f9e672397566dd726dbda Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Mon, 11 Jul 2016 13:28:15 -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 ad0f2f133..f8faf883f 100644 --- a/docs/reference/components/editor.md +++ b/docs/reference/components/editor.md @@ -29,7 +29,7 @@ The editor takes a `State` instance that contains it's content and selection, an These properties are actually an implicit plugin defintion. Internally, they are grouped together and turned into a plugin that is given first priority in the plugin stack. -#### Properties +### Properties #### `plugins` @@ -44,7 +44,7 @@ A [`State`](../models/state) object representing the current state of the editor All other properties of the editor are equivalent to the properties of a [`Plugin`](../plugins) -#### Methods +### Methods #### `getState()`