Skip to content

Commit c63bc58

Browse files
MeAkibthePunderWoman
authored andcommitted
docs: correct line number highlighting in query examples
Updates incorrect highlighted line numbers so they match the intended code being referenced in the documentation.
1 parent e38c1bf commit c63bc58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ By default, content queries find only _direct_ children of the component and do
107107

108108
You can also query for multiple results with the `contentChildren` function.
109109

110-
```angular-ts {highlight: [14, 16, 17, 18, 19, 20]}
110+
```angular-ts {highlight: [15, 16]}
111111
@Component({
112112
selector: 'custom-menu-item',
113113
/*...*/

0 commit comments

Comments
 (0)