aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/di.ngdoc
diff options
context:
space:
mode:
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) {
...;