From 523b8a7e6f631ff0cb230a33346b7543ac85274a Mon Sep 17 00:00:00 2001 From: Matthew Kosloski Date: Sun, 4 Sep 2016 19:30:41 -0500 Subject: [PATCH] fixed a typo where the method for focus was blur() (#294) --- docs/reference/components/editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/components/editor.md b/docs/reference/components/editor.md index b79ecc439..5a4976d73 100644 --- a/docs/reference/components/editor.md +++ b/docs/reference/components/editor.md @@ -175,7 +175,7 @@ To see how these properties behave, check out the [Plugins reference](../plugins Programmatically blur the editor. ### `focus` -`blur() => Void` +`focus() => Void` Programmatically focus the editor.