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

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


The following commit(s) were added to refs/heads/master by this push:
     new 92d8676  doc: response-rewrite.md  optimiazition (#1083)
92d8676 is described below

commit 92d867619e7393d3145e1ca9aebad4f43f9e800a
Author: Lien <[email protected]>
AuthorDate: Mon Jan 20 10:36:08 2020 +0800

    doc: response-rewrite.md  optimiazition (#1083)
---
 doc/plugins/response-rewrite.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/plugins/response-rewrite.md b/doc/plugins/response-rewrite.md
index eb0983d..0857f37 100644
--- a/doc/plugins/response-rewrite.md
+++ b/doc/plugins/response-rewrite.md
@@ -31,7 +31,7 @@ response rewrite plugin, rewrite the content from upstream.
 
 **senario**:
 1. can set `Access-Control-Allow-*` series field to support CORS(Cross-origin 
Resource Sharing).
-2. we can set customized `status_code` and `Location` field in header to 
achieve redirect, you can alse use [redirect](redirect-cn.md) plugin if you 
just want a redirect function.function
+2. we can set customized `status_code` and `Location` field in header to 
achieve redirect, you can alse use [redirect](redirect-cn.md) plugin if you 
just want a redirection.
 
 ## Attributes
 |Name    |Requirement|Description|

Reply via email to