From 2281b881130c1e0eb314c007e9a17487a925906c Mon Sep 17 00:00:00 2001 From: Geoffrey Grosenbach Date: Fri, 29 Jun 2018 18:05:42 -0700 Subject: [PATCH] Fix "ensures all data" from original "ensure all data" The original text was "Using TLS...ensure all data in transit is encrypted." It should be "ensures all data..." This patch fixes it. --- website/source/segmentation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/segmentation.html.erb b/website/source/segmentation.html.erb index f415fca5e1..ca9956e45e 100644 --- a/website/source/segmentation.html.erb +++ b/website/source/segmentation.html.erb @@ -151,7 +151,7 @@ description: |-

Encrypted communication

-

All traffic between services is encrypted and authenticated with mutual TLS. Using TLS provides a strong guarantee of the identity of services communicating, and ensure all data in transit is encrypted.

+

All traffic between services is encrypted and authenticated with mutual TLS. Using TLS provides a strong guarantee of the identity of services communicating, and ensures all data in transit is encrypted.

Learn more