From feddefdc845ef70304a5e7c190265c853263aed0 Mon Sep 17 00:00:00 2001 From: Kevin Huang Date: Fri, 11 Sep 2015 22:02:13 -0700 Subject: [PATCH] docs(DirectiveMetadata): fix typo Closes #4153 --- modules/angular2/src/core/metadata/directives.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.