mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
e38c1bf743
commit
c63bc58e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
/*...*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue