Skip to content

Commit 8a6dc47

Browse files
author
Steven Orvell
committed
Fix typo.
1 parent f8a65d0 commit 8a6dc47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/decorators.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)