diff options
| author | Tyson Benson | 2012-08-09 00:12:54 +1000 |
|---|---|---|
| committer | Misko Hevery | 2012-08-30 15:43:58 -0700 |
| commit | c023c850c33701aa2d935b4bd0cea72602982e68 (patch) | |
| tree | b09814214824c1ad157288a99e466b9d9f171f0c /docs/content/guide/di.ngdoc | |
| parent | 5318588d6e8ee9a31f4002affd6858d25305aabf (diff) | |
| download | angular.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.ngdoc | 2 |
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) { ...; |
