Skip to content

Commit

Permalink
spelling: asynchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 6, 2017
1 parent 65859b1 commit 6c59f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/legacy/legacy-element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
* add any required element event listeners.
* In performance critical elements, the work done here should be kept
* to a minimum since it is done before the element is rendered. In
* these elements, consider adding listeners asychronously so as not to
* these elements, consider adding listeners asynchronously so as not to
* block render.
* @protected
*/
Expand Down Expand Up @@ -695,7 +695,7 @@
}

/**
* Runs a callback function asyncronously.
* Runs a callback function asynchronously.
*
* By default (if no waitTime is specified), async callbacks are run at
* microtask timing, which will occur before paint.
Expand Down

0 comments on commit 6c59f53

Please sign in to comment.