From b4e558aac6800512a40ed96ce6af7e4365b5b083 Mon Sep 17 00:00:00 2001 From: gloria <80926032@qq.com> Date: Thu, 12 May 2022 01:39:18 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-camera.md. Signed-off-by: gloria <80926032@qq.com> --- zh-cn/application-dev/reference/apis/js-apis-camera.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-camera.md b/zh-cn/application-dev/reference/apis/js-apis-camera.md index 72ba1ddea5..f39c4c3632 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-camera.md +++ b/zh-cn/application-dev/reference/apis/js-apis-camera.md @@ -1016,7 +1016,7 @@ on(type: 'error', callback: ErrorCallback): void | 名称 | 类型 | 必填 | 说明 | | :------- | :------------------------------- | :--- | :---------------------------------------------- | -| type | string | 是 | 监听事件,固定为'error',即CamerInput错误事件。 | +| type | string | 是 | 监听事件,固定为'error',即CameraInput错误事件。 | | callback | ErrorCallback | 是 | 回调函数,用于获取结果。 | **示例:** -- GitLab