diff options
| author | desertapple | 2014-02-26 16:55:36 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-02-26 17:14:08 -0800 | 
| commit | 214c65d33409784e592cccf176711fada3dfdef2 (patch) | |
| tree | 60a8cfccda9358adc25f6efd6b42e562209d768e | |
| parent | b3750e52017554d77024c3e38d17e1640fb7b78c (diff) | |
| download | angular.js-214c65d33409784e592cccf176711fada3dfdef2.tar.bz2 | |
docs($injector): fix typo
Duplicate 'that' words present in the document, just remove one of them.
Closes #6469
| -rw-r--r-- | src/auto/injector.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/auto/injector.js b/src/auto/injector.js index f71c7b30..303f36f2 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -317,7 +317,7 @@ function annotate(fn) {   * * {@link auto.$provide#factory factory(fn)} - registers a service **factory function**, `fn`,   *     that will be wrapped in a **service provider** object, whose `$get` property will contain the   *     given factory function. - * * {@link auto.$provide#service service(class)} - registers a **constructor function**, `class` that + * * {@link auto.$provide#service service(class)} - registers a **constructor function**, `class`   *     that will be wrapped in a **service provider** object, whose `$get` property will instantiate   *      a new object using the given constructor function.   * | 
