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

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

View File

@ -886,7 +886,7 @@ a#hero-routing-module
### Remove duplicate hero routes
The hero routes are currently defined in _two_ places: in the `HeroesRoutingModule`,
by way of the `HeroesModule, and in the `AppRoutingModule`.
by way of the `HeroesModule`, and in the `AppRoutingModule`.
Routes provided by feature modules are combined together into their imported module's routes by the router.
This allows you to continue defining the feature module routes without modifying the main route configuration.