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,