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 {
 	/**