aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Parchenko2014-03-17 12:37:57 +0200
committerVojta Jina2014-03-21 11:42:16 -0700
commit78bc84c497225ae38d615cdf587a12fbd04c71b4 (patch)
tree5f8fea932f97475d274ef2774e9d0fe5ae640ab6
parent1f2750136e4a6356819a12a444536120d04865e2 (diff)
downloadangular.js-78bc84c497225ae38d615cdf587a12fbd04c71b4.tar.bz2
docs(guide/module): remove duplicate word
Closes #6709
-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