aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Frei2012-08-27 22:21:36 +0300
committerMisko Hevery2012-08-30 21:34:41 -0700
commit62c21422a6539f557c51eb4a168d42dd18f7cc6f (patch)
tree39857b65c63ca94916b6db9ddbca8593ea06074b
parent98d489712eff7559bce87ae53bd242112a875c1a (diff)
downloadangular.js-62c21422a6539f557c51eb4a168d42dd18f7cc6f.tar.bz2
docs(module) fix typo
-rw-r--r--docs/content/guide/module.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc
index ad33e5c5..d3c0b8ee 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
});
</pre>