From 6b0a6ec8b3122a1956b492c2fed57b2bfeabe9fe Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Wed, 20 Nov 2019 19:01:33 -0600 Subject: [PATCH] Fix extra word --- docs/user-guide/nginx-configuration/configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/configmap.md b/docs/user-guide/nginx-configuration/configmap.md index 448ad96df..6b2c3a76d 100755 --- a/docs/user-guide/nginx-configuration/configmap.md +++ b/docs/user-guide/nginx-configuration/configmap.md @@ -913,7 +913,7 @@ _**default:**_ 308 > __Why the default code is 308?__ -> [RFC 7238](https://tools.ietf.org/html/rfc7238) was created to define the 308 (Permanent Redirect) status code that is similar to 301 (Moved Permanently) but it keeps the payload in the redirect. This is important if the we send a redirect in methods like POST. +> [RFC 7238](https://tools.ietf.org/html/rfc7238) was created to define the 308 (Permanent Redirect) status code that is similar to 301 (Moved Permanently) but it keeps the payload in the redirect. This is important if we send a redirect in methods like POST. ## proxy-buffering