mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-17 03:01:06 +00:00
docs(module) fix typo
This commit is contained in:
parent
0a71753ce3
commit
aff68a9ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ angular.module('myModule', []).
|
||||||
// This is an example of a run block.
|
// This is an example of a run block.
|
||||||
// You can have as many of these as you want.
|
// You can have as many of these as you want.
|
||||||
// You can only inject instances (not Providers)
|
// You can only inject instances (not Providers)
|
||||||
// int the run blocks
|
// into the run blocks
|
||||||
});
|
});
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue