Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 82d373d

Browse files
AlexanderLukinjuleskremer
authored andcommitted
docs(ngmodule-faq): Remove unnecessary spaces (#3358)
1 parent ff727cf commit 82d373d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/ngmodule-faq.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ table
815815
router directives such as `RouterLink` and `RouterOutlet`.
816816

817817
A routing module *should not have its own `declarations`*.
818-
  Components, directives, and pipes are the *responsibility of the feature module*,
818+
Components, directives, and pipes are the *responsibility of the feature module*,
819819
not the _routing_ module.
820820

821821
A routing module should _only_ be imported by its companion module.

0 commit comments

Comments
 (0)