diff --git a/zh-cn/application-dev/reference/apis/js-apis-display.md b/zh-cn/application-dev/reference/apis/js-apis-display.md
index 3541d6f2d145842797d0f052eee8a3e3fa9a009e..aa22f55e0c5128428590b9d5bd704f65e9bf706a 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-display.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-display.md
@@ -236,7 +236,7 @@ on(type: 'add'|'remove'|'change', callback: Callback<number>): void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
-| type | string | 是 | 监听事件。
- type为"add",表示增加显示设备事件。例如:PC上插入显示器。
- type为"remove",表示移除显示设备事件。例如:PC上移除显示器。
- type为"change",表示改变显示设备事件。例如:显示器方向改变。 |
+| type | string | 是 | 监听事件。
- type为"add",表示增加显示设备事件。例如:插入显示器。
- type为"remove",表示移除显示设备事件。例如:移除显示器。
- type为"change",表示改变显示设备事件。例如:显示器方向改变。 |
| callback | Callback<number> | 是 | 回调函数。返回监听到的显示设备的id。 |
**示例:**