From afcf03fd2c5823319e06bc012e3b8a5cf819f905 Mon Sep 17 00:00:00 2001 From: Felipe Lahti Date: Tue, 26 Mar 2013 00:41:31 -0300 Subject: docs(guide): fix typo in DI. angualar -> angular --- docs/content/guide/di.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/guide/di.ngdoc b/docs/content/guide/di.ngdoc index 75d016b6..bd9cea20 100644 --- a/docs/content/guide/di.ngdoc +++ b/docs/content/guide/di.ngdoc @@ -213,7 +213,7 @@ services, and filters. The factory methods are registered with the module, and t of declaring factories is:
- angualar.module('myModule', []).
+ angular.module('myModule', []).
config(['depProvider', function(depProvider){
...
}]).
--
cgit v1.2.3