diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 94916e7ba8..27d45ba255 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -77,7 +77,7 @@ Then define an array of routes with a single `route` to that component. 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()_