diff --git a/en/application-dev/reference/apis/js-apis-camera.md b/en/application-dev/reference/apis/js-apis-camera.md index b226e688b3804bd199dc9c0c660f109b8dbec966..6a51a41b6fba50c1c4f7a061d313482e1df57ad9 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**