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 0d670e26f54434a5f3658b2194c573cf500a95da..b96be107ec2ed7c9876fb280cfd7c1014cbe96b9 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-camera.md +++ b/zh-cn/application-dev/reference/apis/js-apis-camera.md @@ -2622,7 +2622,7 @@ captureSession.isVideoStabilizationModeSupported(camera.VideoStabilizationMode.O console.error(`Failed to check whether video stabilization mode supported. ${err.message}`); return; } - console.log(`Callback returned with the successful execution of isVideoStabilizationModeSupported: ${status}`); + console.log(`Callback returned with the successful execution of isVideoStabilizationModeSupported`); }) ```