This is an automated email from the ASF dual-hosted git repository.

liuxiran 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 72d6e85  docs: fix spelling (#441)
72d6e85 is described below

commit 72d6e852eb96c459024fadff46efa7ed32f1030d
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Sat Aug 14 01:09:11 2021 +1000

    docs: fix spelling (#441)
---
 website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md   | 2 +-
 .../2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md   | 4 ++--
 ...st-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md | 2 +-
 ...23-deploy-great-open-source-gateway-and-ingress-controller-fast.md | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md 
b/website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md
index 6e4ef5b..c446eb8 100644
--- a/website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md
+++ b/website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md
@@ -87,7 +87,7 @@ Under the coverage directory, a more detailed report page 
will be available, as
 
 - Statements indicates whether each statement was executed
 
-- Branchs indicates whether each if block was executed
+- Branches indicates whether each if block was executed
 
 - Functions indicates whether each function is called
 
diff --git 
a/website/blog/2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md 
b/website/blog/2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md
index 8609fb3..944907f 100644
--- 
a/website/blog/2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md
+++ 
b/website/blog/2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md
@@ -13,7 +13,7 @@ authorImageURL: 
"https://avatars.githubusercontent.com/u/10428333?s=460&u=f48ef5
 >
 Traffic Split is a feature that splits and deliveries traffic to multiple 
backend services. Solutions like API Gateway (e.g. [Apache 
APISIX](http://apisix.apache.org/) and [Traefik](https://traefik.io/)), Service 
Mesh (e.g. [Istio](https://istio.io/) and [Linkerd](https://linkerd.io/)) are 
capable of doing traffic splitting and implement functionalities like [Canary 
Release](https://blog.getambassador.io/cloud-native-patterns-canary-release-1cb8f82d371a)
 and [Blue-Green Deployment](https [...]
 
-Traffic split is also a key feature in [Ingress 
Controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/).
 As the ingress layer in the [Kuberentes](https://kubernetes.io/) cluster, it’s 
desired to reduce the risk due to release a new version of the application by 
setting up some traffic split rules in the ingress controller, so only a 
controllable amount of traffic will be routed to newly released instances. In 
this article, we’ll introduce the traffic spl [...]
+Traffic split is also a key feature in [Ingress 
Controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/).
 As the ingress layer in the [Kubernetes](https://kubernetes.io/) cluster, it’s 
desired to reduce the risk due to release a new version of the application by 
setting up some traffic split rules in the ingress controller, so only a 
controllable amount of traffic will be routed to newly released instances. In 
this article, we’ll introduce the traffic spl [...]
 
 (PS: For the sake of more concise descriptions, we use the term "canary app" 
to describe the backend service which routed after the canary rules hit, and 
the term "stable app" to describe the backend service which routed due to the 
canary rules miss, for instance, the canary and stable app are "foo-canary" and 
"foo" perspectively in the following diagram.)
 
@@ -60,7 +60,7 @@ metadata:
 
 ## Kong
 
-The Kong Gateway has a [canary release 
plugin](https://docs.konghq.com/hub/kong-inc/canary/0.32-x.html) and exposes 
this plugin to its ingress controller by 
[KongPlugin](https://docs.konghq.com/hub/) resource. Administrators/Users need 
to create a KongPlugin object and fill the canary release rule, injecting an 
annotation "konghq.com/plugins" to the target [Kuberentes 
Service](https://kubernetes.io/docs/concepts/services-networking/service/). Or 
you can create a [KongClusterPlugin](https [...]
+The Kong Gateway has a [canary release 
plugin](https://docs.konghq.com/hub/kong-inc/canary/0.32-x.html) and exposes 
this plugin to its ingress controller by 
[KongPlugin](https://docs.konghq.com/hub/) resource. Administrators/Users need 
to create a KongPlugin object and fill the canary release rule, injecting an 
annotation "konghq.com/plugins" to the target [Kubernetes 
Service](https://kubernetes.io/docs/concepts/services-networking/service/). Or 
you can create a [KongClusterPlugin](https [...]
 
 ```
 apiVersion: configuration.konghq.com/v1
diff --git 
a/website/blog/2021-06-18-first-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md
 
b/website/blog/2021-06-18-first-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md
index b18e3fd..b6120ec 100644
--- 
a/website/blog/2021-06-18-first-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md
+++ 
b/website/blog/2021-06-18-first-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md
@@ -5,7 +5,7 @@ authorURL: "https://github.com/tao12345666333";
 authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4";
 ---
 
-> [@tao12345666333](https://github.com/tao12345666333), Apache APISIX commiter 
from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
+> [@tao12345666333](https://github.com/tao12345666333), Apache APISIX 
committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 
 ### 关于 Apache APISIX Ingress Controller
 
diff --git 
a/website/blog/2021-06-23-deploy-great-open-source-gateway-and-ingress-controller-fast.md
 
b/website/blog/2021-06-23-deploy-great-open-source-gateway-and-ingress-controller-fast.md
index deac596..8a00192 100644
--- 
a/website/blog/2021-06-23-deploy-great-open-source-gateway-and-ingress-controller-fast.md
+++ 
b/website/blog/2021-06-23-deploy-great-open-source-gateway-and-ingress-controller-fast.md
@@ -4,7 +4,7 @@ author: Jintao Zhang
 authorURL: "https://github.com/tao12345666333";
 authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4";
 ---
-> [@tao12345666333](https://github.com/tao12345666333), Apache APISIX commiter 
from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
+> [@tao12345666333](https://github.com/tao12345666333), Apache APISIX 
committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
 
 <!--truncate-->

Reply via email to