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 c01375a577452c90ae87fe88962981dbcec7bc5c..23475b92e084d26815eedcd11de4cec322af51c2 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-camera.md +++ b/zh-cn/application-dev/reference/apis/js-apis-camera.md @@ -263,7 +263,7 @@ isCameraMuteSupported(): boolean | 类型 | 说明 | | ---------- | ----------------------------- | -| boolean | 返回值返回相机是否能被禁用。 | +| boolean | 返回true表示相机可以被禁用,返回false表示相机不能被禁用。 | **示例:**