docs(annotations): fix typo, align docs with code

Closes #1045
This commit is contained in:
Sekib Omazic 2015-03-22 15:38:41 +01:00 committed by Pawel Kozlowski
parent 65320126c2
commit b46d0bc48c
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ export class DynamicComponent extends Directive {
* bind: {
* 'text': 'tooltip'
* },
* event: {
* events: {
* 'onmouseenter': 'onMouseEnter()',
* 'onmouseleave': 'onMouseLeave()'
* }