From 6c59f53bd25608db3cce3bbb19a57ef839ed1a0c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Sep 2017 05:44:53 +0000 Subject: [PATCH] spelling: asynchronous --- lib/legacy/legacy-element-mixin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/legacy/legacy-element-mixin.html b/lib/legacy/legacy-element-mixin.html index 84df920ed0..acb10a75a0 100644 --- a/lib/legacy/legacy-element-mixin.html +++ b/lib/legacy/legacy-element-mixin.html @@ -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 */ @@ -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.