We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787d1f9 commit feddefdCopy full SHA for feddefd
1 file changed
modules/angular2/src/core/metadata/directives.ts
@@ -542,7 +542,7 @@ export class DirectiveMetadata extends InjectableMetadata {
542
*
543
* - `event1`: the DOM event that the directive listens to.
544
* - `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
+ * If the evaluation of the statement returns `false`, then `preventDefault`is applied on the DOM
546
* event.
547
548
* To listen to global events, a target must be added to the event name.
0 commit comments