From f66c3a21ebca3c3b6de25808942a0e1d4b1ad027 Mon Sep 17 00:00:00 2001 From: David Fuka Date: Thu, 10 Sep 2015 23:03:46 -0700 Subject: [PATCH] docs(di/binding): Typo Closes #4124 --- 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 b404406eb5..6202767ef7 100644 --- a/modules/angular2/src/core/di/binding.ts +++ b/modules/angular2/src/core/di/binding.ts @@ -117,7 +117,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