Ver Fonte

Small docs improvements for TextWatcher#isEnabled.

Maciej Gołaszewski há 6 anos atrás
pai
commit
22ccad3039
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 		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.
 		 * A disabled TextWatcher will not evaluate text.
 		 *
 		 *
 		 * To disable TextWatcher:
 		 * To disable TextWatcher: