Index: chrome/browser/resources/sync_file_system_internals/utils.js |
diff --git a/chrome/browser/resources/sync_file_system_internals/utils.js b/chrome/browser/resources/sync_file_system_internals/utils.js |
index 5e7a35160c34b2aa55860f60ca7e5865139ceba9..2cec4fcbe28cdefe3543a2b9ecbf42cbfcd455bf 100644 |
--- a/chrome/browser/resources/sync_file_system_internals/utils.js |
+++ b/chrome/browser/resources/sync_file_system_internals/utils.js |
@@ -22,7 +22,7 @@ function createElementFromText(elementName, text, opt_attributes) { |
/** |
* Creates an element with |tagName| containing the content |dict|. |
* @param {string} elementName Name of the new element to be created. |
- * @param {Object.<string, string>} dict Dictionary to be contained in the new |
+ * @param {Object<string, string>} dict Dictionary to be contained in the new |
* element. |
* @return {HTMLElement} The newly created HTML element. |
*/ |