diff options
| author | Colin Frei | 2012-08-27 22:21:36 +0300 | 
|---|---|---|
| committer | Misko Hevery | 2012-08-30 15:22:08 -0700 | 
| commit | aff68a9ddff0600b3fc02879c1b0d2b4070e64ca (patch) | |
| tree | 8bfb1d60e040e048b3eb0303cc367008be2d0441 /docs/content/guide/module.ngdoc | |
| parent | 0a71753ce3f4fe241e15fa489617b82710be4648 (diff) | |
| download | angular.js-aff68a9ddff0600b3fc02879c1b0d2b4070e64ca.tar.bz2 | |
docs(module) fix typo
Diffstat (limited to 'docs/content/guide/module.ngdoc')
| -rw-r--r-- | docs/content/guide/module.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index ad33e5c5..d3c0b8ee 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -139,7 +139,7 @@ angular.module('myModule', []).      // This is an example of a run block.      // You can have as many of these as you want.      // You can only inject instances (not Providers) -    // int the run blocks +    // into the run blocks    });  </pre> | 
