Skip to content

Commit b46d0bc

Browse files
SekibOmazicpkozlowski-opensource
authored andcommitted
docs(annotations): fix typo, align docs with code
Closes angular#1045
1 parent 6532012 commit b46d0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/core/annotations/annotations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ export class DynamicComponent extends Directive {
660660
* bind: {
661661
* 'text': 'tooltip'
662662
* },
663-
* event: {
663+
* events: {
664664
* 'onmouseenter': 'onMouseEnter()',
665665
* 'onmouseleave': 'onMouseLeave()'
666666
* }

0 commit comments

Comments
 (0)