docs(di/binding.ts): Typo on line 73

Closes #4128
This commit is contained in:
David Fuka 2015-09-11 00:20:21 -07:00 committed by Misko Hevery
parent efaed076ab
commit 19408968f3
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export class Binding {
* *
* ## Example * ## 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. * comparison.
* *
* ```javascript * ```javascript