docs(router): add missing backstick (#3211)

This commit is contained in:
Appie 2017-02-08 21:04:59 +01:00 committed by Jesús Rodríguez
parent 88da94e1f4
commit 8e2c3d3d99
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ a#hero-routing-module
This allows you to continue defining the feature module routes without modifying the main route configuration. 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. 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!** **Leave the default and the wildcard routes!**
These are concerns at the top level of the application itself. These are concerns at the top level of the application itself.