8
0
فهرست منبع

Docs: Fixed incorrect sample. [skip ci]

Piotrek Koszuliński 8 سال پیش
والد
کامیت
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.
  *
  *		ClassicEditor
- *			.create( {
+ *			.create( editorElement, {
  * 				typing: ... // Typing feature options.
  *			} )
  *			.then( ... )