File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -239,9 +239,9 @@ export function query(selector: string) {
239239 * A property decorator that converts a class property into a getter that
240240 * returns a promise that resolves to the result of a querySelector on the
241241 * element's renderRoot done after the element's `updateComplete` promise
242- * resolves. When queried property may change with element state, this decorator
243- * can be used instead of requiring users to await the `updateComplete` before
244- * accessing the property.
242+ * resolves. When the queried property may change with element state, this
243+ * decorator can be used instead of requiring users to await the
244+ * `updateComplete` before accessing the property.
245245 *
246246 * @param selector A DOMString containing one or more selectors to match.
247247 *
You can’t perform that action at this time.
0 commit comments