Sfoglia il codice sorgente

Docs: Improved links between API and guides. See ckeditor/ckeditor5#1090.

Piotrek Koszuliński 7 anni fa
parent
commit
220336e010
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      packages/ckeditor5-typing/src/typing.js

+ 3 - 0
packages/ckeditor5-typing/src/typing.js

@@ -14,6 +14,9 @@ import Delete from './delete';
 /**
 /**
  * The typing feature. It handles typing.
  * The typing feature. It handles typing.
  *
  *
+ * This is a "glue" plugin which loads the {@link module:typing/input~Input} and {@link module:typing/delete~Delete}
+ * plugins.
+ *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin
  */
  */
 export default class Typing extends Plugin {
 export default class Typing extends Plugin {