diff --git a/en/application-dev/connectivity/ipc-rpc-overview.md b/en/application-dev/connectivity/ipc-rpc-overview.md
index 02b7c2b6f09d776d4a41118db6fe1f161e7103c4..85e3c8ee9f5ce1ddf0d0cb5478e75f803b51fdb1 100755
--- a/en/application-dev/connectivity/ipc-rpc-overview.md
+++ b/en/application-dev/connectivity/ipc-rpc-overview.md
@@ -6,8 +6,9 @@ The inter-process communication \(IPC\) and remote procedure call \(RPC\) mechan
## Limitations and Constraints
-The data transmitted for cross-process communication on a device cannot exceed 1 MB. If more data needs to be transmitted, use the anonymous shared memory.
-The cross-device proxy object cannot be passed to the device hosting the stub object pointed by this proxy object.
+
+- The data transmitted for cross-process communication on a device cannot exceed 1 MB. If more data needs to be transmitted, use the anonymous shared memory.
+- The cross-device proxy object cannot be passed to the device hosting the stub object pointed by this proxy object.
## Related Modules