This is an automated email from the ASF dual-hosted git repository.
wusheng 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 faec2b0 Fix typos. (#3058)
faec2b0 is described below
commit faec2b02b4e8cc7ab510272f8c800920608914f8
Author: Alan Lau <[email protected]>
AuthorDate: Fri Jul 12 15:38:16 2019 +0800
Fix typos. (#3058)
---
docs/en/guides/How-to-release.md | 4 ++--
docs/en/guides/Java-Plugin-Development-Guide.md | 2 +-
docs/en/guides/README.md | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/en/guides/How-to-release.md b/docs/en/guides/How-to-release.md
index c8d0006..3b6f955 100644
--- a/docs/en/guides/How-to-release.md
+++ b/docs/en/guides/How-to-release.md
@@ -269,9 +269,9 @@ SkyWalking Resources:
- Documents: https://github.com/apache/skywalking/blob/x.y.z/docs/README.md
-- Apache SkyWalking Team
+- Apache SkyWalking Team
```
7. Update website download page. http://skywalking.apache.org/downloads/ .
Include new download source, distribution, sha512, asc and document
links. Links could be found by following above rules(3)-(6).
-8. Add an release event on website homepage and even page. Announce the public
release with changelog or key features.
+8. Add a release event on website homepage and even page. Announce the public
release with changelog or key features.
diff --git a/docs/en/guides/Java-Plugin-Development-Guide.md
b/docs/en/guides/Java-Plugin-Development-Guide.md
index 4d57a8b..12b817d 100644
--- a/docs/en/guides/Java-Plugin-Development-Guide.md
+++ b/docs/en/guides/Java-Plugin-Development-Guide.md
@@ -316,7 +316,7 @@ Use the core APIs in before, after and exception handle
stages.
We are welcome everyone to contribute plugins.
Please follow there steps:
-1. Submit an issue about which plugins are you going to contribute, including
supported version.
+1. Submit an issue about which plugins you are going to contribute, including
supported version.
1. Create sub modules under `apm-sniffer/apm-sdk-plugin` or
`apm-sniffer/optional-plugins`, and the name should include supported library
name and versions
1. Follow this guide to develop. Make sure comments and test cases are
provided.
1. Develop and test.
diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md
index 6198fc9..ca24b05 100644
--- a/docs/en/guides/README.md
+++ b/docs/en/guides/README.md
@@ -1,7 +1,7 @@
# Guides
There are many ways that you can help the SkyWalking community.
-- Go through our documents, point out or fixed unclear things. Translate the
documents to other languages.
+- Go through our documents, point out or fix unclear things. Translate the
documents to other languages.
- Download our [releases](http://skywalking.apache.org/downloads/), try to
monitor your applications, and feedback to us about
what you think.
- Read our source codes, Ask questions for details.