Răsfoiți Sursa

Fixed a typo.

Piotrek Koszuliński 6 ani în urmă
părinte
comite
16cb90e78e

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

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