Explorar o código

Docs: Fixed incorrect sample. [skip ci]

Piotrek Koszuliński %!s(int64=8) %!d(string=hai) anos
pai
achega
589c16239a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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( ... )