From c5249c745cc3bf4586ae3f6cd69e3b1d34294f1b Mon Sep 17 00:00:00 2001 From: Lucas Willems Date: Fri, 21 Feb 2020 18:14:47 +0100 Subject: [PATCH] Update 06-editor.md (#3511) --- docs/concepts/06-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/06-editor.md b/docs/concepts/06-editor.md index 098444f39..3857deca7 100644 --- a/docs/concepts/06-editor.md +++ b/docs/concepts/06-editor.md @@ -1,6 +1,6 @@ # Editor -All of the behaviors, content and state of a Slate editor is rolled up up into a single, top-level `Editor` object. It has an interface of: +All of the behaviors, content and state of a Slate editor is rolled up into a single, top-level `Editor` object. It has an interface of: ```ts interface Editor {