aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/di.ngdoc
diff options
context:
space:
mode:
authorFelipe Lahti2013-03-26 00:41:31 -0300
committerPawel Kozlowski2013-03-29 23:25:58 +0100
commit7d4a3210f017bcdffcbe04586f16398c0054e222 (patch)
treeff2e3d907cf8b6f300c6ce469b5c43aaadaab2d1 /docs/content/guide/di.ngdoc
parent8dca0561e82b16564d70c5d798c0d3ab3fe49144 (diff)
downloadangular.js-7d4a3210f017bcdffcbe04586f16398c0054e222.tar.bz2
docs(guide): fix typo in DI. angualar -> angular
Diffstat (limited to 'docs/content/guide/di.ngdoc')
-rw-r--r--docs/content/guide/di.ngdoc2
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){
...
}]).