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

Docs: Fixed incorrect sample. [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
589c16239a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-typing/src/typing.js

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

@@ -41,7 +41,7 @@ export default class Typing extends Plugin {
  * The configuration of the typing features. Used by the typing features in `@ckeditor/ckeditor5-typing` package.
  * The configuration of the typing features. Used by the typing features in `@ckeditor/ckeditor5-typing` package.
  *
  *
  *		ClassicEditor
  *		ClassicEditor
- *			.create( {
+ *			.create( editorElement, {
  * 				typing: ... // Typing feature options.
  * 				typing: ... // Typing feature options.
  *			} )
  *			} )
  *			.then( ... )
  *			.then( ... )