Skip to content

Commit 0558234

Browse files
author
Arthur Evans
authored
Merge pull request #1137 from mirceapricop/patch-1
Fix a documentation typo
2 parents ecf3fda + 8e5d1a9 commit 0558234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_guide/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ The `@query`, `@queryAll`, and `@queryAsync` decorators all provide a convenient
611611

612612
</div>
613613

614-
The `@query` decorator modifies a class property, turning it into a getter that returns a node from the render root. The optional second argument is a cache flag which when true performs the DOM query only once and caches the result. This can be used as a performance optimization in cases when the node being queried is not expectd to change.
614+
The `@query` decorator modifies a class property, turning it into a getter that returns a node from the render root. The optional second argument is a cache flag which when true performs the DOM query only once and caches the result. This can be used as a performance optimization in cases when the node being queried is not expected to change.
615615

616616

617617
```js

0 commit comments

Comments
 (0)