docs: correct line number highlighting in query examples

Updates incorrect highlighted line numbers so they match the intended
code being referenced in the documentation.
This commit is contained in:
Shuaib Hasan Akib 2026-01-12 23:10:34 +06:00 committed by Jessica Janiuk
parent e38c1bf743
commit c63bc58e0f

View file

@ -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',
/*...*/