docs(di): fix typo "before before"

Closes #3986
This commit is contained in:
Henrique Limas 2015-09-03 23:02:14 -03:00 committed by Misko Hevery
parent 7ccef08715
commit a826f22698
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ The `someFactory` function does not have to know that it creates an object for `
### Resolved Bindings
When DI receives `bind(Car).toClass(Car)`, it needs to do a few things before before it can create an instance of `Car`:
When DI receives `bind(Car).toClass(Car)`, it needs to do a few things before it can create an instance of `Car`:
- It needs to reflect on `Car` to create a factory function.
- It needs to normalize the dependencies (e.g., calculate lower and upper bounds).