From 3504b399e0d364e36d6538e79391ad795bb33256 Mon Sep 17 00:00:00 2001 From: hpawe01 Date: Thu, 9 Feb 2017 18:43:07 +0100 Subject: [PATCH] docs(ngmodule-faq): fix typo (#3111) --- 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 d3df90e07a..d53f55f1be 100644 --- a/public/docs/ts/latest/cookbook/ngmodule-faq.jade +++ b/public/docs/ts/latest/cookbook/ngmodule-faq.jade @@ -729,7 +729,7 @@ a#q-module-recommendations #### Feature Modules Create _Feature Modules_ around specific application business domains, user workflows, and utility collections. - Feature modules tend to fall into one of these four groups: + Feature modules tend to fall into one of these five groups: * [Domain Feature Modules](#domain-feature-module) * [Routed Feature Modules](#routed-feature-module) * [Routing Modules](#routing-module)