Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/angular2/docs/di/di.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down