diff options
Diffstat (limited to 'docs/content/guide/di.ngdoc')
| -rw-r--r-- | docs/content/guide/di.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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: <pre> - angualar.module('myModule', []). + angular.module('myModule', []). config(['depProvider', function(depProvider){ ... }]). |
