diff --git a/modules/angular2/src/core/metadata/directives.ts b/modules/angular2/src/core/metadata/directives.ts index 04b0798c8a..6ccc0bfbc0 100644 --- a/modules/angular2/src/core/metadata/directives.ts +++ b/modules/angular2/src/core/metadata/directives.ts @@ -542,7 +542,7 @@ export class DirectiveMetadata extends InjectableMetadata { * * - `event1`: the DOM event that the directive listens to. * - `statement`: the statement to execute when the event occurs. - * If the evalutation of the statement returns `false`, then `preventDefault`is applied on the DOM + * If the evaluation of the statement returns `false`, then `preventDefault`is applied on the DOM * event. * * To listen to global events, a target must be added to the event name.