From 368cb5ad4e999cce3ead78164fa1693bd2087297 Mon Sep 17 00:00:00 2001 From: shioyang Date: Thu, 16 Nov 2017 23:17:18 +0900 Subject: [PATCH] docs(aio): fix a typo to improve readability (#20435) Remove a comma and space PR Close #20435 --- aio/content/tutorial/toh-pt5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()_