This is an automated email from the ASF dual-hosted git repository.
wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 90f9f3e docs: fix spelling and grammar (#149)
90f9f3e is described below
commit 90f9f3e45e27934e5bd4888d9705596f17dc4634
Author: John Bampton <[email protected]>
AuthorDate: Tue Jan 19 11:54:14 2021 +1000
docs: fix spelling and grammar (#149)
---
docs/committer-guide.md | 4 ++--
docs/release-guide.md | 4 ++--
docs/security-guide.md | 4 ++--
website/blog/2020-12-16-another-way-to-implement-envoy-filter.md | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/committer-guide.md b/docs/committer-guide.md
index 5359ed7..7ec1ce9 100644
--- a/docs/committer-guide.md
+++ b/docs/committer-guide.md
@@ -19,7 +19,7 @@ All forms of contributions are accepted, for example:
6. Improve the website.
-7. Write document or article.
+7. Write a document or article.
8. Any form of contribution that is not mentioned above.
@@ -35,7 +35,7 @@ More details could be found
[here](https://community.apache.org/contributors/).
## Promotion
-The Apache APISIX community follows the Apache Community’s process on
accepting a new committer. After a contributor participates APISIX's community
actively, (P)PMC and Committers will make decisions to invite the contributor
join Committers and (P)PMC.
+The Apache APISIX community follows the Apache Community’s process on
accepting a new committer. After a contributor participates in APISIX's
community actively, (P)PMC and Committers will make decisions to invite the
contributor join Committers and (P)PMC.
Processes are:
diff --git a/docs/release-guide.md b/docs/release-guide.md
index a032979..d7ea9e6 100644
--- a/docs/release-guide.md
+++ b/docs/release-guide.md
@@ -21,7 +21,7 @@ This phase will decide if a feature is ready to be released
as well as the relea
### Development Phase
-This phase is for deveoping new features and fix bugs.
+This phase is for developing new features and fixing bugs.
- Maintainer team and contributors will work on the issues targeted to release
milestone.
- Every single new issue is required to be recognized if it should be included
in the next release. If yes, the milestone needs to be set for the issue.
@@ -38,7 +38,7 @@ This phase will be throughout the entire Release Time Window.
### Maintenance Phase
-Once a version is released, it will enter the maintenance mode and will only
accpet the security and critical bug patches backported from the `master`
branch. A new version will be released soon after significant bugs got fixed,
with patch version increment (e.g. `2.3.1`). In this case, all users are
recommended to upgrade to the latest release to avoid potential risk to the
stability.
+Once a version is released, it will enter the maintenance mode and will only
accept the security and critical bug patches backported from the `master`
branch. A new version will be released soon after significant bugs got fixed,
with patch version increment (e.g. `2.3.1`). In this case, all users are
recommended to upgrade to the latest release to avoid potential risk to the
stability.
## GPG Settings
diff --git a/docs/security-guide.md b/docs/security-guide.md
index e8ce031..3d85f43 100644
--- a/docs/security-guide.md
+++ b/docs/security-guide.md
@@ -5,6 +5,6 @@ title: Security
The Apache Software Foundation takes a rigorous stance on eliminating security
issues in its software projects. Apache APISIX is also very concerned Security
issues related to its features and functionality.
-If you have apprehensions regarding APISIX’s security or you discover
vulnerability or potential threat, don’t hesitate to get in touch with the
Apache Security Team by dropping a mail at [email protected]. Please specify
the project name as APISIX and its product name APISIX or APISIX-Dashboard in
the email and provide a description of the relevant problem or potential
threat. You are also urged to recommend the way to reproduce and replicate the
issue. The apache security team and th [...]
+If you have apprehensions regarding APISIX’s security or you discover
vulnerability or potential threat, don’t hesitate to get in touch with the
Apache Security Team by dropping a mail at [email protected]. Please specify
the project name as APISIX and its product name APISIX or APISIX-Dashboard in
the email and provide a description of the relevant problem or potential
threat. You are also urged to recommend the way to reproduce and replicate the
issue. The Apache Security Team and th [...]
-Please pay attention to report the security issue on the security email before
disclosing it on public domain.
+Please pay attention to report the security issue on the security email before
disclosing it on the public domain.
diff --git a/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
b/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
index 7a7210f..fa6785e 100644
--- a/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
+++ b/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
@@ -102,7 +102,7 @@ routes:
- root.m+
```
-### How does it works
+### How does it work
We don't need to make major changes to Envoy, only some optimizations that are
suitable for public needs.