diff --git a/adev/src/content/guide/components/queries.md b/adev/src/content/guide/components/queries.md index b7b7b64600e..3374d40df05 100644 --- a/adev/src/content/guide/components/queries.md +++ b/adev/src/content/guide/components/queries.md @@ -156,7 +156,7 @@ export class UserProfile { } `@ContentChildren` creates a `QueryList` object that contains the query results. You can subscribe to changes to the query results over time via the `changes` property. -**Queries never piece through component boundaries.** Content queries can only retrieve results from the same template as the component itself. +**Queries never pierce through component boundaries.** Content queries can only retrieve results from the same template as the component itself. ## Query locators