From 0d8a95af6f89462603756c0d6904b18aac224d44 Mon Sep 17 00:00:00 2001 From: Seunghoon Yeon Date: Sat, 13 Apr 2013 16:15:12 +0900 Subject: docs(module): fix typo --- docs/content/guide/module.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index a157daf8..a1c02546 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -180,7 +180,7 @@ ignored in the unit-tests. Modules can list other modules as their dependencies. Depending on a module implies that required module needs to be loaded before the requiring module is loaded. In other words the configuration -blocks of the required modules execute before the configuration blocks or the requiring module. +blocks of the required modules execute before the configuration blocks of the requiring module. The same is true for the run blocks. Each module can only be loaded once, even if multiple other modules require it. -- cgit v1.2.3