Index: chrome/browser/resources/chromeos/chromevox/testing/tester.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/testing/tester.js b/chrome/browser/resources/chromeos/chromevox/testing/tester.js |
index 1f226bdac79f08929cffe9937766ba4839a8b57b..13012d9d0c52d20a32334f3daf9f065367dea7bb 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/testing/tester.js |
+++ b/chrome/browser/resources/chromeos/chromevox/testing/tester.js |
@@ -84,7 +84,7 @@ cvox.ChromeVoxTester.clearUtterances = function() { |
/** |
* Return a list of strings of what was spoken by tts.speak(). |
- * @return {Array.<string>} A list of all utterances spoken since |
+ * @return {Array<string>} A list of all utterances spoken since |
* initialization or the last call to clearUtterances. |
*/ |
cvox.ChromeVoxTester.getUtteranceList = function() { |
@@ -92,7 +92,7 @@ cvox.ChromeVoxTester.getUtteranceList = function() { |
}; |
/** |
- * @type {Object.<string, number>} Map from a navigation strategy name |
+ * @type {Object<string, number>} Map from a navigation strategy name |
* to the Navigation Manager strategy enum. |
*/ |
cvox.ChromeVoxTester.STRATEGY_MAP = { |