From 58ef43b81df316555c1e127d01c235462bdd270e Mon Sep 17 00:00:00 2001 From: Dominick Date: Sat, 9 May 2015 13:06:32 -0700 Subject: [PATCH] docs(guide/Modules): simple grammar fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the module consist of… --> the module consists of… --- 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 9dc9e941d643..d69c900b7b50 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 a collection of two kinds +during the bootstrap process. In its simplest form the module consists of a collection of two kinds of blocks: 1. **Configuration blocks** - get executed during the provider registrations and configuration