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 8e1e7faef4
commit 3df1542c87

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()_