改一个词

This commit is contained in:
mistake 2019-01-21 22:40:38 +08:00 committed by 雪狼
parent a58c6a846d
commit 43f1e70d82

View File

@ -1105,7 +1105,7 @@ export interface HostListener {
/** /**
* A set of arguments to pass to the handler method when the event occurs. * A set of arguments to pass to the handler method when the event occurs.
* *
* *
*/ */
args?: string[]; args?: string[];
} }