diff --git a/adev/src/content/guide/components/queries.md b/adev/src/content/guide/components/queries.md index eb0ac01812a..badbc17101a 100644 --- a/adev/src/content/guide/components/queries.md +++ b/adev/src/content/guide/components/queries.md @@ -107,7 +107,7 @@ By default, content queries find only _direct_ children of the component and do You can also query for multiple results with the `contentChildren` function. -```angular-ts {highlight: [14, 16, 17, 18, 19, 20]} +```angular-ts {highlight: [15, 16]} @Component({ selector: 'custom-menu-item', /*...*/