From 8e2c3d3d992b73c77581ff1faba7291907e4c884 Mon Sep 17 00:00:00 2001 From: Appie Date: Wed, 8 Feb 2017 21:04:59 +0100 Subject: [PATCH] docs(router): add missing backstick (#3211) --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 1be3df43cb..2bbaf50301 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -892,7 +892,7 @@ a#hero-routing-module This allows you to continue defining the feature module routes without modifying the main route configuration. But you don't want to define the same routes twice. - Remove the `HeroListComponent` import and the /heroes` route from the `app-routing.module.ts`. + Remove the `HeroListComponent` import and the `/heroes` route from the `app-routing.module.ts`. **Leave the default and the wildcard routes!** These are concerns at the top level of the application itself.