diff options
| author | Denis Parchenko | 2014-03-17 12:37:57 +0200 | 
|---|---|---|
| committer | Caitlin Potter | 2014-03-17 12:44:16 -0400 | 
| commit | e1484cdf65d8548508174fa71d3a4fa86b536e9e (patch) | |
| tree | a4dc1c2f57a5af06f22b7572691fde0e41ee030f /docs | |
| parent | d0781eb1a3ee68d08a3f80d0102e99e6d7fde5f6 (diff) | |
| download | angular.js-e1484cdf65d8548508174fa71d3a4fa86b536e9e.tar.bz2 | |
docs(guide/module): remove duplicate word
Closes #6709
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/guide/module.ngdoc | 2 | 
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 | 
