Przeglądaj źródła

Docs: API docs corrected.

Anna Tomanek 8 lat temu
rodzic
commit
c386fa1203

+ 2 - 2
packages/ckeditor5-essentials/src/article.js

@@ -25,8 +25,8 @@ import List from '@ckeditor/ckeditor5-list/src/list';
 import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 
 /**
- * Article editor preset. Represents a set of features which enable in the editor
- * all functionalities of a simple article editor.
+ * Article editor preset. Represents a set of features that enables all functionalities
+ * of a simple article editor.
  *
  * This preset follows [Editor Recommendations](https://github.com/ckeditor/editor-recommendations) plus
  * a couple of additions:

+ 8 - 4
packages/ckeditor5-essentials/src/essentials.js

@@ -15,11 +15,15 @@ import Typing from '@ckeditor/ckeditor5-typing/src/typing';
 import Undo from '@ckeditor/ckeditor5-undo/src/undo';
 
 /**
- * Essential editing features preset. Represents a set of features which enable in the editor
- * similar functionalities to a `<textarea>`.
+ * Essential editing features preset. Represents a set of features that enables similar functionalities
+ * to a `<textarea>` element.
  *
- * It includes: {@link module:clipboard/clipboard~Clipboard}, {@link module:enter/enter~Enter},
- * {@link module:typing/typing~Typing}, {@link module:undo/undo~Undo}.
+ * It includes:
+ *
+ * * {@link module:clipboard/clipboard~Clipboard},
+ * * {@link module:enter/enter~Enter},
+ * * {@link module:typing/typing~Typing},
+ * * {@link module:undo/undo~Undo}.
  *
  * This preset does not define any block-level containers (such as {@link module:paragraph/paragraph~Paragraph}).
  * If your editor is supposed to handle block content, make sure to include it. You can also inlcude