Skip to content

Commit

Permalink
Fix typo in jsdoc (#5248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Evans authored and TimvdLippe committed Jun 4, 2018
1 parent 0f873cb commit 218189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/debounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const Debouncer = class Debouncer {
* called once. Add this method to a custom element:
*
* ```js
* import {microtask} from '@polymer/polymer/lib/utils/async.js';
* import {microTask} from '@polymer/polymer/lib/utils/async.js';
* import {Debouncer} from '@polymer/polymer/lib/utils/debounce.js';
* // ...
*
Expand Down

0 comments on commit 218189e

Please sign in to comment.