Skip to content

Commit 70020e9

Browse files
melroy89thePunderWoman
authored andcommitted
docs: Fix automatically typo (angular#58808)
PR Close angular#58808
1 parent a3857fa commit 70020e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/components/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class CustomCard {
156156
}
157157
```
158158

159-
If a required query does not find a matching result, Angular reports an error. Because this guarantees that a result is available, require queries do not automatially include `undefined` in the signal's value type.
159+
If a required query does not find a matching result, Angular reports an error. Because this guarantees that a result is available, require queries do not automatically include `undefined` in the signal's value type.
160160

161161
## Query locators
162162

0 commit comments

Comments
 (0)