From 17678e1a5ddf2ce9d4f7456b640690ff2f37ac69 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 7 Sep 2017 04:34:09 +0000 Subject: [PATCH] spelling: identify --- externs/closure-types.js | 2 +- lib/legacy/legacy-element-mixin.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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