From cd2a9f328ac566a117478930ab9fa136685fa96e Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 11 Nov 2014 12:19:14 +0100 Subject: [PATCH] docs(guide/Modules): missing "a" in "a collection" --- docs/content/guide/module.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index 451bb11f1df4..2d15deeddeaf 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -140,7 +140,7 @@ The above is a suggestion. Tailor it to your needs. # Module Loading & Dependencies A module is a collection of configuration and run blocks which get applied to the application -during the bootstrap process. In its simplest form the module consist of collection of two kinds +during the bootstrap process. In its simplest form the module consist of a collection of two kinds of blocks: 1. **Configuration blocks** - get executed during the provider registrations and configuration