Skip to content

Commit 214c65d

Browse files
desertappleIgorMinar
authored andcommitted
docs($injector): fix typo
Duplicate 'that' words present in the document, just remove one of them. Closes angular#6469
1 parent b3750e5 commit 214c65d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auto/injector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function annotate(fn) {
317317
* * {@link auto.$provide#factory factory(fn)} - registers a service **factory function**, `fn`,
318318
* that will be wrapped in a **service provider** object, whose `$get` property will contain the
319319
* given factory function.
320-
* * {@link auto.$provide#service service(class)} - registers a **constructor function**, `class` that
320+
* * {@link auto.$provide#service service(class)} - registers a **constructor function**, `class`
321321
* that will be wrapped in a **service provider** object, whose `$get` property will instantiate
322322
* a new object using the given constructor function.
323323
*

0 commit comments

Comments
 (0)