docs(guide): fix typo in DI. angualar -> angular

This commit is contained in:
Felipe Lahti 2013-03-26 00:41:31 -03:00 committed by Igor Minar
parent 582612b000
commit afcf03fd2c

View file

@ -213,7 +213,7 @@ services, and filters. The factory methods are registered with the module, and t
of declaring factories is: of declaring factories is:
<pre> <pre>
angualar.module('myModule', []). angular.module('myModule', []).
config(['depProvider', function(depProvider){ config(['depProvider', function(depProvider){
... ...
}]). }]).