diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc
index e2925584eacf..2d0a795deb79 100644
--- a/docs/content/guide/module.ngdoc
+++ b/docs/content/guide/module.ngdoc
@@ -172,7 +172,7 @@ angular.module('myModule', []).
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.
## Run Blocks