From 09c7484cab80cfff1ea44e76be268fa8ec81c30b Mon Sep 17 00:00:00 2001
From: "David A. Stevenson" <41417965+DavidAStevenson@users.noreply.github.com>
Date: Mon, 17 Dec 2018 23:56:55 +0900
Subject: [PATCH] fix typo (#5099)

encourge -> encourage
---
 website/source/intro/vs/istio.html.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/source/intro/vs/istio.html.md b/website/source/intro/vs/istio.html.md
index 4710db7da4..15c2d432a3 100644
--- a/website/source/intro/vs/istio.html.md
+++ b/website/source/intro/vs/istio.html.md
@@ -56,7 +56,7 @@ also Connect-native.
 Consul enforces authorization and identity to layer 4 only -- either the TLS
 connection can be established or it can't. We believe
 service identity should be tied to layer 4, whereas layer 7 should be used
-for routing, telemetry, etc. We encourge users to use the pluggable data
+for routing, telemetry, etc. We encourage users to use the pluggable data
 plane layer to use a proxy that supports the layer 7 features necessary
 for the cluster. Consul will be adding more layer 7 features in the future.