From a2bcf71b6bab454aff9e9380a2307acef19c3390 Mon Sep 17 00:00:00 2001 From: Ansel Rosenberg Date: Wed, 9 Sep 2015 11:45:35 -0700 Subject: [PATCH] docs(core/di/binding.ts): Correct typo Closes #4099 --- modules/angular2/src/core/di/binding.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/angular2/src/core/di/binding.ts b/modules/angular2/src/core/di/binding.ts index 6202767ef7..8824a09143 100644 --- a/modules/angular2/src/core/di/binding.ts +++ b/modules/angular2/src/core/di/binding.ts @@ -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