aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/module.ngdoc
diff options
context:
space:
mode:
authorDenis Parchenko2014-03-17 12:37:57 +0200
committerCaitlin Potter2014-03-17 12:44:16 -0400
commite1484cdf65d8548508174fa71d3a4fa86b536e9e (patch)
treea4dc1c2f57a5af06f22b7572691fde0e41ee030f /docs/content/guide/module.ngdoc
parentd0781eb1a3ee68d08a3f80d0102e99e6d7fde5f6 (diff)
downloadangular.js-e1484cdf65d8548508174fa71d3a4fa86b536e9e.tar.bz2
docs(guide/module): remove duplicate word
Closes #6709
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 e2925584..2d0a795d 100644
--- a/docs/content/guide/module.ngdoc
+++ b/docs/content/guide/module.ngdoc
@@ -172,7 +172,7 @@ angular.module('myModule', []).
<div class="alert alert-info">
When bootstrapping, first Angular applies all constant definitions.
-Then Angular applies configuration blocks in the order same order they were registered.
+Then Angular applies configuration blocks in the same order they were registered.
</div>
## Run Blocks