Index: components/proximity_auth/webui/resources/device-list.js |
diff --git a/components/proximity_auth/webui/resources/device-list.js b/components/proximity_auth/webui/resources/device-list.js |
index 23e79183b483f6508f2bbb9ca93b03088b5ebd4c..ad0854cb4b018e3fcfe0f6b6eb81a86cc030ecdd 100644 |
--- a/components/proximity_auth/webui/resources/device-list.js |
+++ b/components/proximity_auth/webui/resources/device-list.js |
@@ -12,7 +12,7 @@ Polymer('device-list', { |
/** |
* Info of the devices contained in the list. |
- * @type {Array.<DeviceInfo>} |
+ * @type {Array<DeviceInfo>} |
*/ |
devices: null |
}, |