diff --git a/en/application-dev/reference/apis/js-apis-rpc.md b/en/application-dev/reference/apis/js-apis-rpc.md
index 1581838feadc1fc7ee462145b1bcd12ccedc98ac..fe414f5d9f4b180cc36d1dbb3c36889924d3840c 100644
--- a/en/application-dev/reference/apis/js-apis-rpc.md
+++ b/en/application-dev/reference/apis/js-apis-rpc.md
@@ -1,5 +1,6 @@
# RPC
+This module implements communication between processes, including inter-process communication (IPC) on a single device and Remote Procedure Call (RPC) between processes of difference devices. IPC is implemented based on the Binder driver, and RPC is based on the software bus driver.
> **NOTE**
> The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
@@ -2397,7 +2398,7 @@ Unmarshals this sequenceable object from a **MessageParcel** object.
## IRemoteBroker
-Obtains a remote proxy object.
+Provides the holder of a remote proxy object.
### asObject
@@ -2503,7 +2504,7 @@ Obtains the interface.
### sendRequest(deprecated)
> **NOTE**
-> This API is deprecated since API Version 8. You are advised to use [sendRequest8+ ](#sendrequest8).
+> This API is deprecated since API Version 8. You are advised to use [sendRequest8+](#sendrequest8).
sendRequest(code : number, data : MessageParcel, reply : MessageParcel, options : MessageOption): boolean