aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/README.md
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2015-07-18 08:49:08 -0700
committerGravatar David G. Quintas <dgq@google.com>2015-07-18 08:49:08 -0700
commitfaeeac5750178d95541419b030e465515a9e014f (patch)
tree9ff279f29960fa18e12462155b00ce638f8e0234 /src/core/client_config/README.md
parent4a4e22d11a50139e40b07dcd2b5918b70cdf72c9 (diff)
Rephrasing of lb policies sentence
Diffstat (limited to 'src/core/client_config/README.md')
-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.