From 0dfc52d6f422d3508a54e33ab29e5b00f6d1b9e9 Mon Sep 17 00:00:00 2001 From: hpawe01 Date: Wed, 18 Jan 2017 13:28:27 +0100 Subject: [PATCH] docs(ngmodule-faq): fix typo --- 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 51e6d5c0b6..26ac7e14cb 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)