We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f873cb commit 218189eCopy full SHA for 218189e
1 file changed
lib/utils/debounce.js
@@ -76,7 +76,7 @@ export const Debouncer = class Debouncer {
76
* called once. Add this method to a custom element:
77
*
78
* ```js
79
- * import {microtask} from '@polymer/polymer/lib/utils/async.js';
+ * import {microTask} from '@polymer/polymer/lib/utils/async.js';
80
* import {Debouncer} from '@polymer/polymer/lib/utils/debounce.js';
81
* // ...
82
0 commit comments