Skip to content

Commit 6c59f53

Browse files
committed
spelling: asynchronous
1 parent 65859b1 commit 6c59f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/legacy/legacy-element-mixin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
* add any required element event listeners.
201201
* In performance critical elements, the work done here should be kept
202202
* to a minimum since it is done before the element is rendered. In
203-
* these elements, consider adding listeners asychronously so as not to
203+
* these elements, consider adding listeners asynchronously so as not to
204204
* block render.
205205
* @protected
206206
*/
@@ -695,7 +695,7 @@
695695
}
696696

697697
/**
698-
* Runs a callback function asyncronously.
698+
* Runs a callback function asynchronously.
699699
*
700700
* By default (if no waitTime is specified), async callbacks are run at
701701
* microtask timing, which will occur before paint.

0 commit comments

Comments
 (0)