Explorar o código

Docs: Grammar. [skip ci]

Piotrek Koszuliński %!s(int64=7) %!d(string=hai) anos
pai
achega
0f37adfb03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.