diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index ad33e5c55146..d3c0b8ee5b22 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -139,7 +139,7 @@ angular.module('myModule', []). // This is an example of a run block. // You can have as many of these as you want. // You can only inject instances (not Providers) - // int the run blocks + // into the run blocks });