8
0
Mateusz Samsel vor 6 Jahren
Ursprung
Commit
8c9d1cb53f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      packages/ckeditor5-word-count/src/wordcount.js

+ 1 - 0
packages/ckeditor5-word-count/src/wordcount.js

@@ -24,6 +24,7 @@ import Template from '@ckeditor/ckeditor5-ui/src/template';
  * that every block in editor is separate with a new line character, which is included into calculation.
  *
  * Few examples how word and character calculation are made:
+ *
  * 		<paragraph>foo</paragraph>
  * 		<paragraph>bar</paragraph>
  * 		// Words: 2, Characters: 7