8
0
Просмотр исходного кода

Small docs improvements for TextWatcher#isEnabled.

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
22ccad3039
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-typing/src/textwatcher.js

+ 1 - 1
packages/ckeditor5-typing/src/textwatcher.js

@@ -34,7 +34,7 @@ export default class TextWatcher {
 		this.hasMatch = false;
 
 		/**
-		 * Flag indicating whether the TextWatcher is enabled or disabled.
+		 * Flag indicating whether the `TextWatcher` instance is enabled or disabled.
 		 * A disabled TextWatcher will not evaluate text.
 		 *
 		 * To disable TextWatcher: