Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit aff68a9

Browse files
colinfreimhevery
authored andcommitted
docs(module) fix typo
1 parent 0a71753 commit aff68a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/module.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ angular.module('myModule', []).
139139
// This is an example of a run block.
140140
// You can have as many of these as you want.
141141
// You can only inject instances (not Providers)
142-
// int the run blocks
142+
// into the run blocks
143143
});
144144
</pre>
145145

0 commit comments

Comments
 (0)