From c63bc58e0f1828a0133460cfd05cfdb97252db57 Mon Sep 17 00:00:00 2001 From: Shuaib Hasan Akib Date: Mon, 12 Jan 2026 23:10:34 +0600 Subject: [PATCH] docs: correct line number highlighting in query examples Updates incorrect highlighted line numbers so they match the intended code being referenced in the documentation. --- adev/src/content/guide/components/queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', /*...*/