改一个词

This commit is contained in:
mistake
2019-01-21 22:40:38 +08:00
committed by 雪狼
parent a58c6a846d
commit 43f1e70d82
+1 -1
View File
@@ -1105,7 +1105,7 @@ export interface HostListener {
/**
* A set of arguments to pass to the handler method when the event occurs.
*
* 当该事件发生时传给处理器方法的一组事件
* 当该事件发生时传给处理器方法的一组参数
*/
args?: string[];
}