docs(guide/module): remove duplicate word

Closes #6709
This commit is contained in:
Denis Parchenko
2014-03-17 12:37:57 +02:00
committed by Vojta Jina
parent 1f2750136e
commit 78bc84c497
+1 -1
View File
@@ -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