File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2631
2631
} ) ;
2632
2632
2633
2633
/**
2634
- * Helper api for enqueing client dom created by a host element.
2634
+ * Helper api for enqueuing client dom created by a host element.
2635
2635
*
2636
2636
* By default elements are flushed via `_flushProperties` when
2637
2637
* `connectedCallback` is called. Elements attach their client dom to
Original file line number Diff line number Diff line change 153
153
} ,
154
154
155
155
/**
156
- * Async interface for enqueueing callbacks that run at microtask timing.
156
+ * Async interface for enqueuing callbacks that run at microtask timing.
157
157
*
158
158
* Note that microtask timing is achieved via a single `MutationObserver`,
159
159
* and thus callbacks enqueued with this API will all run in a single
163
163
*
164
164
* @namespace
165
165
* @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
167
167
* timing.
168
168
*/
169
169
microTask : {
You can’t perform that action at this time.
0 commit comments