Explorar o código

Fixed API docs.

Maciej Bukowski %!s(int64=6) %!d(string=hai) anos
pai
achega
d9b5cd7f92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {
 	/**