Skip to content

Commit

Permalink
spelling: enqueuing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent d4e54c7 commit 96c8ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mixins/property-effects.html
Expand Up @@ -2631,7 +2631,7 @@
});

/**
* Helper api for enqueing client dom created by a host element.
* Helper api for enqueuing client dom created by a host element.
*
* By default elements are flushed via `_flushProperties` when
* `connectedCallback` is called. Elements attach their client dom to
Expand Down
4 changes: 2 additions & 2 deletions lib/utils/async.html
Expand Up @@ -153,7 +153,7 @@
},

/**
* Async interface for enqueueing callbacks that run at microtask timing.
* Async interface for enqueuing callbacks that run at microtask timing.
*
* Note that microtask timing is achieved via a single `MutationObserver`,
* and thus callbacks enqueued with this API will all run in a single
Expand All @@ -163,7 +163,7 @@
*
* @namespace
* @memberof Polymer.Async
* @summary Async interface for enqueueing callbacks that run at microtask
* @summary Async interface for enqueuing callbacks that run at microtask
* timing.
*/
microTask: {
Expand Down

0 comments on commit 96c8ed8

Please sign in to comment.