File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 : {
You can’t perform that action at this time.
0 commit comments