From 47ec0bb09b4f747d1c080a11aa20dd3ba0e310ed Mon Sep 17 00:00:00 2001 From: Amos Chu Date: Thu, 25 Feb 2021 12:40:49 +0800 Subject: [PATCH] Fix grammar error on (#6440) --- docs/en/concepts-and-designs/service-mesh-probe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/concepts-and-designs/service-mesh-probe.md b/docs/en/concepts-and-designs/service-mesh-probe.md index 371235dcd..b1d8ec4e7 100644 --- a/docs/en/concepts-and-designs/service-mesh-probe.md +++ b/docs/en/concepts-and-designs/service-mesh-probe.md @@ -10,7 +10,7 @@ such as A/B testing, canary releases, rate limiting, access control, and end-to- ## Where does the probe collect data from? Istio is a very typical Service Mesh design and implementor. It defines **Control Panel** and **Data Panel**, -which are wide used. Here is Istio Architecture: +which are widely used. Here is Istio Architecture: ![Istio Architecture](https://istio.io/latest/docs/ops/deployment/architecture/arch.svg)