From 88da94e1f43528b38a3b3d6d777e83300f3fcde1 Mon Sep 17 00:00:00 2001 From: Appie Date: Wed, 8 Feb 2017 21:04:04 +0100 Subject: [PATCH] docs(router): add missing backstick (#3210) --- 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 0d8b2d9c40..1be3df43cb 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -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.