docs(aio): fix a typo to improve readability (#20435)

Remove a comma and space

PR Close #20435
This commit is contained in:
shioyang 2017-11-16 23:17:18 +09:00 committed by Miško Hevery
parent 949836d003
commit 368cb5ad4e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Then define an array of routes with a single `route` to that component.
</code-example>
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()_