Piotrek Koszuliński 6 lat temu
rodzic
commit
5a27e0b565
1 zmienionych plików z 1 dodań i 1 usunięć
  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';
 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.
  * Unlike other editors, the toolbar is not rendered automatically and needs to be attached to the DOM manually.
  *
  *