From f9291a310a4a9f37123b37fd2fc3f18465e7eb1c Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Fri, 15 Feb 2019 16:36:02 +0000 Subject: [PATCH] Fix some typos (#5968) Corect some words for reading more easily Signed-off-by: Nguyen Quang Huy Mirrored from https://github.com/envoyproxy/envoy @ f6746c39e1a745ce860bd91225ac7ba5c524787c --- XDS_PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XDS_PROTOCOL.md b/XDS_PROTOCOL.md index 798daa23..fe0362ef 100644 --- a/XDS_PROTOCOL.md +++ b/XDS_PROTOCOL.md @@ -295,7 +295,7 @@ allows: This supports Envoy on-demand / lazily requesting additional resources. For example, this may occur when a request corresponding to an unknown cluster arrives. - * The xDS server can incremetally update the resources on the client. + * The xDS server can incrementally update the resources on the client. This supports the goal of scalability of xDS resources. Rather than deliver all 100k clusters when a single cluster is modified, the management server only needs to deliver the single cluster that changed.