We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccef08 commit a826f22Copy full SHA for a826f22
1 file changed
modules/angular2/docs/di/di.md
@@ -218,7 +218,7 @@ The `someFactory` function does not have to know that it creates an object for `
218
219
### Resolved Bindings
220
221
-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`:
222
223
- It needs to reflect on `Car` to create a factory function.
224
- It needs to normalize the dependencies (e.g., calculate lower and upper bounds).
0 commit comments