This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new e8f30f9 Update overview.md (#5874)
e8f30f9 is described below
commit e8f30f91b15d28d012dd7ea451e3189a228cee37
Author: Larry <[email protected]>
AuthorDate: Sun Nov 22 16:28:16 2020 +0800
Update overview.md (#5874)
fix misspelling words
---
docs/en/concepts-and-designs/overview.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/concepts-and-designs/overview.md
b/docs/en/concepts-and-designs/overview.md
index 471041b..3a1d503 100644
--- a/docs/en/concepts-and-designs/overview.md
+++ b/docs/en/concepts-and-designs/overview.md
@@ -24,7 +24,7 @@ SkyWalking allows users to understand the topology
relationship between Services
Service/Service Instance/Endpoint and to set alarm rules.
In addition, you can integrate
-1. Other distributed tracing useing SkyWalking native agents and SDKs with
Zipkin, Jaeger and OpenCensus.
+1. Other distributed tracing using SkyWalking native agents and SDKs with
Zipkin, Jaeger and OpenCensus.
1. Other metrics systems, such as Prometheus, Sleuth(Micrometer).
## Architecture
@@ -39,7 +39,7 @@ SkyWalking is logically split into four parts: Probes,
Platform backend, Storage
- **Storage** houses SkyWalking data through an open/plugable interface. You
can choose an existing implementation, such as
ElasticSearch, H2 or a MySQL cluster managed by Sharding-Sphere, or
implement your own. Patches for new storage implementors
welcome!
-- **UI** a highly customizale web based interface allowing SkyWalking end
users to visualize and manage SkyWalking data.
+- **UI** a highly customizable web based interface allowing SkyWalking end
users to visualize and manage SkyWalking data.
## What is next?