docs(core/di/binding.ts): Correct typo

Closes #4099
This commit is contained in:
Ansel Rosenberg 2015-09-09 11:45:35 -07:00 committed by Misko Hevery
parent 18de0ceeb1
commit a2bcf71b6b
1 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,8 @@ export class Binding {
*
* ## Example
*
* Because `toAlias` and `toClass` are often confused, the example contains both use cases for easy
* Because `toAlias` and `toClass` are often confused, the example contains both use cases for
* easy
* comparison.
*
* ```javascript
@ -364,7 +365,8 @@ export class BindingBuilder {
*
* ## Example
*
* Becuse `toAlias` and `toClass` are often confused, the example contains both use cases for easy
* Because `toAlias` and `toClass` are often confused, the example contains both use cases for
* easy
* comparison.
*
* ```javascript