This is an automated email from the ASF dual-hosted git repository.
traky 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 d7b98ae6bf8 fix: correct typo in ingress-apisix.md example section
(#1973)
d7b98ae6bf8 is described below
commit d7b98ae6bf8269e6fc37dc7f96fede176882720c
Author: jsbxyyx <[email protected]>
AuthorDate: Wed Dec 17 11:57:15 2025 +0800
fix: correct typo in ingress-apisix.md example section (#1973)
---
blog/zh/blog/2023/10/18/ingress-apisix.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blog/zh/blog/2023/10/18/ingress-apisix.md
b/blog/zh/blog/2023/10/18/ingress-apisix.md
index cf01d0f6db3..27af688f27f 100644
--- a/blog/zh/blog/2023/10/18/ingress-apisix.md
+++ b/blog/zh/blog/2023/10/18/ingress-apisix.md
@@ -148,7 +148,7 @@ ingress-apisix-composite-deployment-6bfdc5d6f6-sjpzr 2/2
Running 0
> ApisixRoute 是 Ingress 的 CRDs 资源,用于表示将流量路由到具体的后端服务。
-以下示例将延迟如何配置 `ApisixRoute` 将流量路由 `httpbin` 后端服务。
+以下示例将演示如何配置 `ApisixRoute` 将流量路由 `httpbin` 后端服务。
#### 部署 httpbin 应用服务