aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2016-02-10 22:49:50 -0800
committerGravatar David G. Quintas <dgq@google.com>2016-02-10 22:49:50 -0800
commit8003d767b4391d757c808cebf529ea3add23c319 (patch)
tree101bcc15363169d28c0184049d58d0b0ed2d146b /doc
parentb31ec1e81c93d4c9bf30a4600096a6a6f5b90935 (diff)
Update load-balancing.md
Typo
Diffstat (limited to 'doc')
-rw-r--r--doc/load-balancing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/load-balancing.md b/doc/load-balancing.md
index d0941cc081..ffae33fb04 100644
--- a/doc/load-balancing.md
+++ b/doc/load-balancing.md
@@ -8,7 +8,7 @@ instruct the client how to send load to multiple backend servers.
## Background
-Prior to any gRPC specifics, we explore some usual way to approach load
+Prior to any gRPC specifics, we explore some usual ways to approach load
balancing.
## Proxy Model