Skip to content

Commit 96c8ed8

Browse files
committed
spelling: enqueuing
1 parent d4e54c7 commit 96c8ed8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/mixins/property-effects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2631,7 +2631,7 @@
26312631
});
26322632

26332633
/**
2634-
* Helper api for enqueing client dom created by a host element.
2634+
* Helper api for enqueuing client dom created by a host element.
26352635
*
26362636
* By default elements are flushed via `_flushProperties` when
26372637
* `connectedCallback` is called. Elements attach their client dom to

lib/utils/async.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
},
154154

155155
/**
156-
* Async interface for enqueueing callbacks that run at microtask timing.
156+
* Async interface for enqueuing callbacks that run at microtask timing.
157157
*
158158
* Note that microtask timing is achieved via a single `MutationObserver`,
159159
* and thus callbacks enqueued with this API will all run in a single
@@ -163,7 +163,7 @@
163163
*
164164
* @namespace
165165
* @memberof Polymer.Async
166-
* @summary Async interface for enqueueing callbacks that run at microtask
166+
* @summary Async interface for enqueuing callbacks that run at microtask
167167
* timing.
168168
*/
169169
microTask: {

0 commit comments

Comments
 (0)