Fix extra word

This commit is contained in:
Matt Busche 2019-11-20 19:01:33 -06:00
parent e32f60fe38
commit 6b0a6ec8b3

View file

@ -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