From d848f6fd5c002cc228d6c2ab650778eedb85cca7 Mon Sep 17 00:00:00 2001 From: jiangminyang Date: Sat, 26 Mar 2022 18:50:28 +0800 Subject: [PATCH] fixed zh doc. Signed-off-by: jiangminyang --- en/application-dev/reference/apis/js-apis-camera.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-camera.md b/en/application-dev/reference/apis/js-apis-camera.md index b226e688b3..6a51a41b6f 100644 --- a/en/application-dev/reference/apis/js-apis-camera.md +++ b/en/application-dev/reference/apis/js-apis-camera.md @@ -1949,7 +1949,7 @@ Listens for **CaptureSession** errors. This method uses a callback to get errors | Name | Type | Mandatory | Description | | :------- | :--------------------- | :-------- | :-----------------------------------------------| -| type | string | Yes | Name of the event to listen for. It should be 'error', which is the CaptureSessionError event. | +| type | string | Yes | Capture session error event. | | callback | Callback | Yes | Callback used to get the capture session errors. | **Example** -- GitLab