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

juzhiyuan 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 9a1f31d  docs: fix spelling (#139)
9a1f31d is described below

commit 9a1f31dac1616ff5f54f535ec33d1823f8294de2
Author: John Bampton <[email protected]>
AuthorDate: Tue Jan 12 19:30:04 2021 +1000

    docs: fix spelling (#139)
---
 website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md 
b/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md
index f6cb381..261819a 100644
--- a/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md
+++ b/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md
@@ -60,7 +60,7 @@ GatewayClass, Gateway, Route
 
 1. GatewayClass 定义了一组具有通用配置和行为的网关类型
 
-- 与 Gateway 的关系,类似 ingress 中的 ingess.class annotation;
+- 与 Gateway 的关系,类似 ingress 中的 ingress.class annotation;
 
 - GatewayClass 定义了一组共享相同配置和行为的网关。每个 GatewayClass 将由单个 controller 处理,controller 
与 GatewayClass 是一对多的关系;
 
@@ -132,7 +132,7 @@ RBAC(基于角色的访问控制)是用于 Kubernetes 授权的标准。允
 
 - RouteMatch 可以扩展 Route 匹配规则。
 
-- spcify Backend 可以扩展特定类型的 后端服务, 除了上面提到的 Kubernetes 资源外,还可以扩展比如 文件系统,函数表达式等。
+- specify Backend 可以扩展特定类型的 后端服务, 除了上面提到的 Kubernetes 资源外,还可以扩展比如 文件系统,函数表达式等。
 
 - Route filter 可以在 Route 的生命周期中增加扩展点,处理 request/response 。
 

Reply via email to