aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/module.ngdoc
diff options
context:
space:
mode:
authorSeunghoon Yeon2013-04-13 16:15:12 +0900
committerPawel Kozlowski2013-04-13 17:19:11 +0200
commit0d8a95af6f89462603756c0d6904b18aac224d44 (patch)
treeadf2b5e0e8e452071c10c42c4c92a7d84e969095 /docs/content/guide/module.ngdoc
parentab755a25f9ca3f3f000623071d8de3ddc4b1d78e (diff)
downloadangular.js-0d8a95af6f89462603756c0d6904b18aac224d44.tar.bz2
docs(module): fix typo
Diffstat (limited to 'docs/content/guide/module.ngdoc')
-rw-r--r--docs/content/guide/module.ngdoc2
1 files changed, 1 insertions, 1 deletions
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.