8
0
Piotrek Koszuliński 6 лет назад
Родитель
Сommit
16cb90e78e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-word-count/docs/features/word-count.md

+ 1 - 1
packages/ckeditor5-word-count/docs/features/word-count.md

@@ -29,7 +29,7 @@ ClassicEditor
 		const wordCountPlugin = editor.plugins.get( 'WordCount' );
 		const wordCountPlugin = editor.plugins.get( 'WordCount' );
 		const wordCountWrapper = document.getElementById( 'word-count' );
 		const wordCountWrapper = document.getElementById( 'word-count' );
 
 
-		wordCountWrapper.appendChild( wordCounterPlugin.wordCountContainer );
+		wordCountWrapper.appendChild( wordCountPlugin.wordCountContainer );
 	} )
 	} )
 	.catch( ... );
 	.catch( ... );
 ```
 ```