8
0
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
0f37adfb03
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-editor-inline/src/inlineeditor.js

+ 1 - 1
packages/ckeditor5-editor-inline/src/inlineeditor.js

@@ -166,7 +166,7 @@ export default class InlineEditor extends Editor {
 	 * itself will be used as the editor's editable element.
 	 *
 	 * If a data is provided, then `editor.element` will be created automatically and needs to be added
-	 * manually to the DOM.
+	 * to the DOM manually.
 	 * @param {module:core/editor/editorconfig~EditorConfig} config The editor configuration.
 	 * @returns {Promise} A promise resolved once the editor is ready.
 	 * The promise returns the created {@link module:editor-inline/inlineeditor~InlineEditor} instance.