You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/01/20 02:36:17 UTC

[incubator-apisix] branch master updated: doc: response-rewrite.md optimiazition (#1083)

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 <li...@gmail.com>
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|