From 19408968f3efa9984a1c0db6a84253214e759355 Mon Sep 17 00:00:00 2001 From: David Fuka Date: Fri, 11 Sep 2015 00:20:21 -0700 Subject: [PATCH] docs(di/binding.ts): Typo on line 73 Closes #4128 --- modules/angular2/src/core/di/binding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/core/di/binding.ts b/modules/angular2/src/core/di/binding.ts index e877b20ee5..b404406eb5 100644 --- a/modules/angular2/src/core/di/binding.ts +++ b/modules/angular2/src/core/di/binding.ts @@ -67,7 +67,7 @@ export class Binding { * * ## 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