From 82d373d2f4ee528419f176b2aa6b284e7ad1dc27 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Thu, 9 Mar 2017 08:15:23 +0300 Subject: [PATCH] docs(ngmodule-faq): Remove unnecessary spaces (#3358) --- public/docs/ts/latest/cookbook/ngmodule-faq.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/ngmodule-faq.jade b/public/docs/ts/latest/cookbook/ngmodule-faq.jade index c2f43a68ca..43db924fbc 100644 --- a/public/docs/ts/latest/cookbook/ngmodule-faq.jade +++ b/public/docs/ts/latest/cookbook/ngmodule-faq.jade @@ -815,7 +815,7 @@ table router directives such as `RouterLink` and `RouterOutlet`. A routing module *should not have its own `declarations`*. -   Components, directives, and pipes are the *responsibility of the feature module*, + Components, directives, and pipes are the *responsibility of the feature module*, not the _routing_ module. A routing module should _only_ be imported by its companion module.