diff --git a/en/application-dev/reference/apis/js-apis-inputmonitor.md b/en/application-dev/reference/apis/js-apis-inputmonitor.md index 156639609b11aa7fbf720a0432ee75d3dcded48a..1cd5b9527fdbc5fb070faebad7167be67c2c9da7 100644 --- a/en/application-dev/reference/apis/js-apis-inputmonitor.md +++ b/en/application-dev/reference/apis/js-apis-inputmonitor.md @@ -90,7 +90,7 @@ This is a system API. **Return value** | Type | Description | | ------- | -------------------------------------- | -| Boolean | The value **true** indicates that the touch event has been consumed, and the value **false** indicates the opposite.| +| Boolean | Result indicating whether the touch event has been consumed by the input monitor. The value **true** indicates that the touch event has been consumed, and the value **false** indicates the opposite.| **Example**