8
0
Piotrek Koszuliński 6 лет назад
Родитель
Сommit
5a27e0b565
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/framework/guides/custom-editor-creator.md

+ 1 - 1
docs/framework/guides/custom-editor-creator.md

@@ -23,7 +23,7 @@ import setDataInElement from '@ckeditor/ckeditor5-utils/src/dom/setdatainelement
 import mix from '@ckeditor/ckeditor5-utils/src/mix';
 
 /**
- * The multi-root editor implementation. It provides an inline editables and a single toolbar.
+ * The multi-root editor implementation. It provides inline editables and a single toolbar.
  *
  * Unlike other editors, the toolbar is not rendered automatically and needs to be attached to the DOM manually.
  *