docs(module) fix typo

This commit is contained in:
Colin Frei 2012-08-27 22:21:36 +03:00 committed by Misko Hevery
parent 0a71753ce3
commit aff68a9ddf

View file

@ -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>