aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/client_config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/client_config/README.md b/src/core/client_config/README.md
index 072265b21a..d0700cfb13 100644
--- a/src/core/client_config/README.md
+++ b/src/core/client_config/README.md
@@ -24,7 +24,7 @@ Load Balancing
Load balancing configuration is provided by a grpc_lb_policy object, stored as
part of grpc_client_config.
-A load balancing policy primary job is to pick a target server given only the
+The primary job of the load balancing policies is to pick a target server given only the
initial metadata for a request. It does this by providing a grpc_subchannel
object to the owning channel.