Skip to content

Commit

Permalink
spelling: identify
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent 0781b32 commit 17678e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion externs/closure-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/legacy/legacy-element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17678e1

Please sign in to comment.