瀏覽代碼

Fixed API docs.

Maciej Bukowski 6 年之前
父節點
當前提交
d9b5cd7f92
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-widget/src/widget.js

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

@@ -30,7 +30,7 @@ const selectAllKeystrokeCode = parseKeystroke( 'Ctrl+A' );
  * is added to indicate that widget has been selected.
  * * The mouse and keyboard events handling on and around widget elements.
  *
- * @extends module:core/plugin~Plugin.
+ * @extends module:core/plugin~Plugin
  */
 export default class Widget extends Plugin {
 	/**