From 0a889f29ed7b2d18c6a8f2b808822b7a3e55ed9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Go=C5=82aszewski?= Date: Wed, 29 Jan 2020 09:57:31 +0100 Subject: [PATCH] Small docs improvements for TextWatcher#isEnabled. --- src/textwatcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textwatcher.js b/src/textwatcher.js index d2eef1c..7d41f42 100644 --- a/src/textwatcher.js +++ b/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: