diff --git a/docs/en/setup/backend/backend-cluster.md b/docs/en/setup/backend/backend-cluster.md index 9f50fc7a9..0e7904f54 100644 --- a/docs/en/setup/backend/backend-cluster.md +++ b/docs/en/setup/backend/backend-cluster.md @@ -43,7 +43,7 @@ Note: - If set `schema` as `digest`, the password of expression is set in **clear text**. In some cases, oap default gRPC host and port in core are not suitable for internal communication among the oap nodes. -The following setting are provided to set the hot and port manually, based on your own LAN env. +The following setting are provided to set the host and port manually, based on your own LAN env. - internalComHost, the host registered and other oap node use this to communicate with current node. - internalComPort, the port registered and other oap node use this to communicate with current node. @@ -91,7 +91,7 @@ cluster: Same as Zookeeper coordinator, in some cases, oap default gRPC host and port in core are not suitable for internal communication among the oap nodes. -The following setting are provided to set the hot and port manually, based on your own LAN env. +The following setting are provided to set the host and port manually, based on your own LAN env. - internalComHost, the host registered and other oap node use this to communicate with current node. - internalComPort, the port registered and other oap node use this to communicate with current node. @@ -118,4 +118,4 @@ cluster: serviceName: ${SW_SERVICE_NAME:"SkyWalking_OAP_Cluster"} #etcd cluster nodes, example: 10.0.0.1:2379,10.0.0.2:2379,10.0.0.3:2379 hostPort: ${SW_CLUSTER_ETCD_HOST_PORT:localhost:2379} -``` \ No newline at end of file +```