wu-sheng closed pull request #1855: Simple grammar fix URL: https://github.com/apache/incubator-skywalking/pull/1855
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/en/concepts-and-designs/overview.md b/docs/en/concepts-and-designs/overview.md index a2d6d63ff..34fdae077 100644 --- a/docs/en/concepts-and-designs/overview.md +++ b/docs/en/concepts-and-designs/overview.md @@ -36,9 +36,9 @@ The SkyWalking is logically splittd into four parts: Probes, Platform backend, S from probe to UI. It also provides the pluggable capabilities for incoming formats(like Zipkin's), storage implementors and cluster management. You even can customize aggregation and analysis by using [Observability Analysis Language](oal.md). - The **Storage** is open. You can, either choose an existed implementor, such as ElasticSearch, H2 or MySQL cluster managed by -Sharding-Sphere, or implement your own. Of source, we are very appreciated to have your contributions for new storage implementors. +Sharding-Sphere, or implement your own. Of course, we are very appreciated to have your contributions for new storage implementors. - The **UI** is cool and very powerful for SkyWalking end users. It is also customizable to match your customized backend. ## What is next? -- Learn SkyWalking's [Project Goals](project-goals.md) \ No newline at end of file +- Learn SkyWalking's [Project Goals](project-goals.md) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
