From 43ace92b885e21ad95b54c2558ea7c369b91a1ad Mon Sep 17 00:00:00 2001 From: Ben Dougherty Date: Tue, 3 Oct 2017 15:38:15 +0800 Subject: [PATCH] Fix typo in inline code snippet --- core/focusmanager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/focusmanager.js b/core/focusmanager.js index 45c3137801b..bdf9675425c 100644 --- a/core/focusmanager.js +++ b/core/focusmanager.js @@ -85,7 +85,7 @@ * {@link CKEDITOR.editor#method-focus} instead. * * var editor = CKEDITOR.instances.editor1; - * editor.focusManage.focus( editor.editable() ); + * editor.focusManager.focus( editor.editable() ); * * @param {CKEDITOR.dom.element} [currentActive] The new value of the {@link #currentActive} property. * @member CKEDITOR.focusManager