浏览代码

Improve grammar

Matthew Leffler 6 年之前
父节点
当前提交
59573a0809
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      packages/ckeditor5-widget/src/widget.js

+ 3 - 3
packages/ckeditor5-widget/src/widget.js

@@ -21,11 +21,11 @@ const selectAllKeystrokeCode = parseKeystroke( 'Ctrl+A' );
  *
  * See {@glink api/widget package page} for more details and documentation.
  *
- * This plugin enables multiple behaiors required by the widgets:
+ * This plugin enables multiple behaviors required by widgets:
  *
  * * The model to view selection converter for the editing pipeline (it handles widget custom selection rendering).
- * If a converted selection is wraps around a widget element, that selection is marked as
- * {@link module:engine/view/selection~Selection#isFake fake}. Additionally, proper the `ck-widget_selected` CSS class
+ * If a converted selection wraps around a widget element, that selection is marked as
+ * {@link module:engine/view/selection~Selection#isFake fake}. Additionally, the `ck-widget_selected` CSS class
  * is added to indicate that widget has been selected.
  * * The mouse and keyboard events handling on and around widget elements.
  *