Skip to content

Commit 7d4a321

Browse files
FelipeLahtipkozlowski-opensource
authored andcommitted
docs(guide): fix typo in DI. angualar -> angular
1 parent 8dca056 commit 7d4a321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/di.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ services, and filters. The factory methods are registered with the module, and t
213213
of declaring factories is:
214214

215215
<pre>
216-
angualar.module('myModule', []).
216+
angular.module('myModule', []).
217217
config(['depProvider', function(depProvider){
218218
...
219219
}]).

0 commit comments

Comments
 (0)