| Index: chrome/browser/resources/chromeos/chromevox/common/editable_text.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/editable_text.js b/chrome/browser/resources/chromeos/chromevox/common/editable_text.js
|
| index 9d116d24ed47f0a3ade2ead045a2ebbd9c44e0c3..4720a1f0de314b0aefba9de002a766b70a03c4f2 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/editable_text.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/editable_text.js
|
| @@ -319,7 +319,7 @@ cvox.ChromeVoxEditableTextArea = function(node, tts) {
|
| this.multiline = true;
|
|
|
| /**
|
| - * True if the shadow is up-to-date with the current value of this text area.
|
| + * True if the shadow is up to date with the current value of this text area.
|
| * @type {boolean}
|
| * @private
|
| */
|
|
|