We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65859b1 commit 6c59f53Copy full SHA for 6c59f53
lib/legacy/legacy-element-mixin.html
@@ -200,7 +200,7 @@
200
* add any required element event listeners.
201
* In performance critical elements, the work done here should be kept
202
* to a minimum since it is done before the element is rendered. In
203
- * these elements, consider adding listeners asychronously so as not to
+ * these elements, consider adding listeners asynchronously so as not to
204
* block render.
205
* @protected
206
*/
@@ -695,7 +695,7 @@
695
}
696
697
/**
698
- * Runs a callback function asyncronously.
+ * Runs a callback function asynchronously.
699
*
700
* By default (if no waitTime is specified), async callbacks are run at
701
* microtask timing, which will occur before paint.
0 commit comments