From 10cc0c9b728c3c91731347b56a8e7110b9e46dbe Mon Sep 17 00:00:00 2001 From: mengwei Date: Fri, 16 Jun 2023 09:28:08 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2004f1c79=20from=20https://gitee.com/meng?= =?UTF-8?q?weiwww/docs/pulls/19796=20inputdevice=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=80=A7=20Signed-off-by:=20mengwei=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/application-dev/reference/apis/js-apis-inputdevice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md index 7b8c540c6c..e0ff17c458 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md @@ -506,7 +506,7 @@ try { | pressure | string | 是 | 否 | 表示pressure轴。 | | x | string | 是 | 否 | 表示x轴。 | | y | string | 是 | 否 | 表示y轴。 | -| NULL | string | 是 | 否 | 无。 | +| null | string | 是 | 否 | 无。 | ## AxisRange -- GitLab