docs(aio): fix a typo to improve readability (#20435)
Remove a comma and space PR Close #20435
This commit is contained in:
parent
949836d003
commit
368cb5ad4e
|
@ -77,7 +77,7 @@ Then define an array of routes with a single `route` to that component.
|
||||||
</code-example>
|
</code-example>
|
||||||
|
|
||||||
Once you've finished setting up, the router will match that URL to `path: 'heroes'`
|
Once you've finished setting up, the router will match that URL to `path: 'heroes'`
|
||||||
and display the `HeroesComponent`, .
|
and display the `HeroesComponent`.
|
||||||
|
|
||||||
### _RouterModule.forRoot()_
|
### _RouterModule.forRoot()_
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue