Skip to content

Commit a826f22

Browse files
HenriqueLimasmhevery
authored andcommitted
docs(di): fix typo "before before"
Closes angular#3986
1 parent 7ccef08 commit a826f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/angular2/docs/di

modules/angular2/docs/di/di.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The `someFactory` function does not have to know that it creates an object for `
218218

219219
### Resolved Bindings
220220

221-
When DI receives `bind(Car).toClass(Car)`, it needs to do a few things before before it can create an instance of `Car`:
221+
When DI receives `bind(Car).toClass(Car)`, it needs to do a few things before it can create an instance of `Car`:
222222

223223
- It needs to reflect on `Car` to create a factory function.
224224
- It needs to normalize the dependencies (e.g., calculate lower and upper bounds).

0 commit comments

Comments
 (0)