From d1c26ab7c8ad105cace576d26a3f81696e62a535 Mon Sep 17 00:00:00 2001 From: Szymon Cofalik Date: Wed, 27 Mar 2019 11:32:23 +0100 Subject: [PATCH] Docs: More improvements. --- src/classiceditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classiceditor.js b/src/classiceditor.js index f34a4e2..da42492 100644 --- a/src/classiceditor.js +++ b/src/classiceditor.js @@ -108,7 +108,7 @@ export default class ClassicEditor extends Editor { * console.error( err.stack ); * } ); * - * The element's content will be used as the editor data and it will be replaced by the editable element and the editor UI. + * The element's content will be used as the editor data and the element will be replaced by the editable element and the editor UI. * * Alternatively, you can initialize the editor by passing the initial data directly as a `String`. * In this case, the editor will render an element that must be inserted into the DOM for the editor to work properly: