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.