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 Caitlin Potter
parent d0781eb1a3
commit e1484cdf65

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