aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/di.ngdoc
diff options
context:
space:
mode:
authorTyson Benson2012-08-09 00:12:54 +1000
committerMisko Hevery2012-08-30 15:43:58 -0700
commitc023c850c33701aa2d935b4bd0cea72602982e68 (patch)
treeb09814214824c1ad157288a99e466b9d9f171f0c /docs/content/guide/di.ngdoc
parent5318588d6e8ee9a31f4002affd6858d25305aabf (diff)
downloadangular.js-c023c850c33701aa2d935b4bd0cea72602982e68.tar.bz2
docs(typos): fix typos in dev guide
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 d75d5b09..ba54ff8d 100644
--- a/docs/content/guide/di.ngdoc
+++ b/docs/content/guide/di.ngdoc
@@ -165,7 +165,7 @@ For example:
});
</pre>
-Results in code bloat do to the need of temporary variable:
+Results in code bloat due to the need of temporary variable:
<pre>
var greeterFactory = function(renamed$window) {
...;