diff --git a/externs/closure-types.js b/externs/closure-types.js index ed4da846b8..57b3925f25 100644 --- a/externs/closure-types.js +++ b/externs/closure-types.js @@ -1924,7 +1924,7 @@ Polymer_LegacyElementMixin.prototype.scopeSubtree = function(container, shouldOb */ Polymer_LegacyElementMixin.prototype.getComputedStyleValue = function(property){}; /** -* @param {string} jobName String to indentify the debounce job. +* @param {string} jobName String to identify the debounce job. * @param {function ()} callback Function that is called (with `this` context) when the wait time elapses. * @param {number} wait Optional wait time in milliseconds (ms) after the diff --git a/lib/legacy/legacy-element-mixin.html b/lib/legacy/legacy-element-mixin.html index b9c83d538b..faceefe9e7 100644 --- a/lib/legacy/legacy-element-mixin.html +++ b/lib/legacy/legacy-element-mixin.html @@ -637,7 +637,7 @@ * } 100); * } * - * @param {string} jobName String to indentify the debounce job. + * @param {string} jobName String to identify the debounce job. * @param {function()} callback Function that is called (with `this` * context) when the wait time elapses. * @param {number} wait Optional wait time in milliseconds (ms) after the