From cc8a6ebf6802ef2249f417036f391d4fd8383591 Mon Sep 17 00:00:00 2001 From: rainabba Date: Thu, 10 Sep 2015 23:17:16 -0700 Subject: [PATCH] docs(codegen_logic_util): typo Closes #4127 --- .../angular2/src/core/change_detection/codegen_logic_util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/core/change_detection/codegen_logic_util.ts b/modules/angular2/src/core/change_detection/codegen_logic_util.ts index ad7f20b8b6..d30c252dda 100644 --- a/modules/angular2/src/core/change_detection/codegen_logic_util.ts +++ b/modules/angular2/src/core/change_detection/codegen_logic_util.ts @@ -9,7 +9,7 @@ import {ChangeDetectionStrategy} from './constants'; import {BaseException} from 'angular2/src/core/facade/exceptions'; /** - * Class responsible for providing change detection logic for chagne detector classes. + * Class responsible for providing change detection logic for change detector classes. */ export class CodegenLogicUtil { constructor(private _names: CodegenNameUtil, private _utilName: string,