Skip to content

Commit feddefd

Browse files
committed
docs(DirectiveMetadata): fix typo
Closes angular#4153
1 parent 787d1f9 commit feddefd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/angular2/src/core/metadata/directives.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ export class DirectiveMetadata extends InjectableMetadata {
542542
*
543543
* - `event1`: the DOM event that the directive listens to.
544544
* - `statement`: the statement to execute when the event occurs.
545-
* If the evalutation of the statement returns `false`, then `preventDefault`is applied on the DOM
545+
* If the evaluation of the statement returns `false`, then `preventDefault`is applied on the DOM
546546
* event.
547547
*
548548
* To listen to global events, a target must be added to the event name.

0 commit comments

Comments
 (0)