diff --git a/zh-cn/application-dev/reference/apis/js-apis-pointer.md b/zh-cn/application-dev/reference/apis/js-apis-pointer.md
index 5ee418dd6ab453896eb9f72e98a9fc94ad637d12..168c68a883961f72012205b92ac11c9ed86c5dbc 100755
--- a/zh-cn/application-dev/reference/apis/js-apis-pointer.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-pointer.md
@@ -854,7 +854,7 @@ window.getLastWindow(this.context, (error, win) => {
| CURSOR_CROSS | 40 | 十字光标 |![Cursor_Cross.png](./figures/Cursor_Cross.png)|
| CURSOR_CIRCLE | 41 | 圆形光标 |![Cursor_Circle.png](./figures/Cursor_Circle.png)|
-## pointer.setTouchpadScrollSwitch\10+
+## pointer.setTouchpadScrollSwitch10+
setTouchpadScrollSwitch(state: boolean, callback: AsyncCallback\): void
@@ -891,7 +891,7 @@ try {
setTouchpadScrollSwitch(state: boolean): Promise\
-设置触控板滚轴开关,使用AsyncCallback异步方式返回结果。
+设置触控板滚轴开关,使用Promise异步方式返回结果。
**系统能力**:SystemCapability.MultimodalInput.Input.Pointer
@@ -907,7 +907,7 @@ setTouchpadScrollSwitch(state: boolean): Promise\
| 参数 | 说明 |
| ------------------- | ---------------- |
-| Promise | Promise对象。 |
+| Promise\ | Promise对象。 |
**示例**:
@@ -1014,7 +1014,7 @@ try {
setTouchpadScrollDirection(state: boolean): Promise\
-设置触控板滚轴的方向,使用AsyncCallback异步方式返回结果。
+设置触控板滚轴的方向,使用Promise异步方式返回结果。
**系统能力**:SystemCapability.MultimodalInput.Input.Pointer