mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-19 00:06:30 +08:00
docs($injector): fix typo
Duplicate 'that' words present in the document, just remove one of them. Closes #6469
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user