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.git


The following commit(s) were added to refs/heads/master by this push:
     new eaaad397b docs: fix typo in Proxy Rewrite feature (#7486)
eaaad397b is described below

commit eaaad397bfb4899f7f39d585309275c54103620d
Author: 罗泽轩 <[email protected]>
AuthorDate: Tue Jul 19 09:21:19 2022 +0800

    docs: fix typo in Proxy Rewrite feature (#7486)
    
    Signed-off-by: spacewander <[email protected]>
---
 README.md                | 2 +-
 docs/zh/latest/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e28bef917..8aa0fdc73 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ A/B testing, canary release, blue-green deployment, limit 
rate, defense against
 - **Full Dynamic**
 
   - [Hot Updates And Hot Plugins](docs/en/latest/terminology/plugin.md): 
Continuously updates its configurations and plugins without restarts!
-  - [Proxy Rewrite](docs/en/latest/plugins/proxy-rewrite.md): Support rewrite 
the `host`, `uri`, `schema`, `enable_websocket`, `headers` of the request 
before send to upstream.
+  - [Proxy Rewrite](docs/en/latest/plugins/proxy-rewrite.md): Support rewrite 
the `host`, `uri`, `schema`, `method`, `headers` of the request before send to 
upstream.
   - [Response Rewrite](docs/en/latest/plugins/response-rewrite.md): Set 
customized response status code, body and header to the client.
   - Dynamic Load Balancing: Round-robin load balancing with weight.
   - Hash-based Load Balancing: Load balance with consistent hashing sessions.
diff --git a/docs/zh/latest/README.md b/docs/zh/latest/README.md
index 04cb2ce5e..24962ea05 100644
--- a/docs/zh/latest/README.md
+++ b/docs/zh/latest/README.md
@@ -84,7 +84,7 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、
 - **全动态能力**
 
     - [热更新和热插件](terminology/plugin.md):无需重启服务,就可以持续更新配置和插件。
-    - 
[代理请求重写](plugins/proxy-rewrite.md):支持重写请求上游的`host`、`uri`、`schema`、`enable_websocket`、`headers`信息。
+    - 
[代理请求重写](plugins/proxy-rewrite.md):支持重写请求上游的`host`、`uri`、`schema`、`method`、`headers`信息。
     - [输出内容重写](plugins/response-rewrite.md):支持自定义修改返回内容的 `status 
code`、`body`、`headers`。
     - [Serverless](plugins/serverless.md):在 APISIX 的每一个阶段,你都可以添加并调用自己编写的函数。
     - 动态负载均衡:动态支持有权重的 round-robin 负载平衡。

Reply via email to