docs(DirectiveMetadata): fix typo

Closes #4153
This commit is contained in:
Kevin Huang 2015-09-11 22:02:13 -07:00 committed by Kevin Huang
parent 787d1f955f
commit feddefdc84
1 changed files with 1 additions and 1 deletions

View File

@ -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.