8
0
Просмотр исходного кода

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

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
220336e010
1 измененных файлов с 3 добавлено и 0 удалено
  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.
  *
+ * 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
  */
 export default class Typing extends Plugin {