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){
       ...
     }]).