瀏覽代碼

Apply suggestions from code review

Co-Authored-By: Maciej Bukowski <ma2ciek@gmail.com>
Mateusz Samsel 6 年之前
父節點
當前提交
ee611a022d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-word-count/src/wordcount.js

+ 2 - 2
packages/ckeditor5-word-count/src/wordcount.js

@@ -107,7 +107,7 @@ export default class WordCount extends Plugin {
 		this._outputView;
 
 		/**
-		 * The regular expression used to recognize words in the editor's content.
+		 * A regular expression used to recognize words in the editor's content.
 		 *
 		 * @readonly
 		 * @private
@@ -240,7 +240,7 @@ export default class WordCount extends Plugin {
 
 	/**
 	 * Determines the number of words and characters in the current editor's model and assigns it to {@link #characters} and {@link #words}.
-	 * It also fires an {@link #event:update}.
+	 * It also fires the {@link #event:update}.
 	 *
 	 * @private
 	 * @fires update