You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sy...@apache.org on 2023/05/07 10:27:18 UTC

[apisix] branch master updated: docs: fix grammar (#9395)

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

sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new cc286fc03 docs: fix grammar (#9395)
cc286fc03 is described below

commit cc286fc03826f48eb48a84445dacaa561d304a81
Author: 十斤降世 <xu...@gmail.com>
AuthorDate: Sun May 7 18:27:09 2023 +0800

    docs: fix grammar (#9395)
---
 docs/zh/latest/tutorials/expose-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/tutorials/expose-api.md b/docs/zh/latest/tutorials/expose-api.md
index 9569ff99d..4413778a5 100644
--- a/docs/zh/latest/tutorials/expose-api.md
+++ b/docs/zh/latest/tutorials/expose-api.md
@@ -37,7 +37,7 @@ description: 本文介绍了如何通过 Apache APISIX 发布服务和路由。
 
 [Upstream](../terminology/upstream.md) 也称为上游,上游是对虚拟主机的抽象,即应用层服务或节点的抽象。
 
-上游的作用是按照配置规则对服务节点进行负载均衡,它的地址信息可以直接配置到路由或服务上。当多个路由或服务引用同一个上游时,可以通过创建上游对象,在路由或服务中使用上游的 ID 方式引用上游,减轻维护压力。
+上游的作用是按照配置规则对服务节点进行负载均衡,它的地址信息可以直接配置到路由或服务上。当多个路由或服务引用同一个上游时,可以通过创建上游对象,在路由或服务中使用上游 ID 的方式引用上游,减轻维护压力。
 
 ### 路由