Skip to content

Commit 218189e

Browse files
Arthur EvansTimvdLippe
authored andcommitted
Fix typo in jsdoc (#5248)
Fixes Polymer/old-docs-site#2629.
1 parent 0f873cb commit 218189e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/debounce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const Debouncer = class Debouncer {
7676
* called once. Add this method to a custom element:
7777
*
7878
* ```js
79-
* import {microtask} from '@polymer/polymer/lib/utils/async.js';
79+
* import {microTask} from '@polymer/polymer/lib/utils/async.js';
8080
* import {Debouncer} from '@polymer/polymer/lib/utils/debounce.js';
8181
* // ...
8282
*

0 commit comments

Comments
 (0)