Fix typo for status code 308 : s/experiemental/experimental/

This commit is contained in:
Olivier Jaquemet
2016-05-23 12:08:50 +02:00
parent 418d535a45
commit c5684fa7db

View File

@ -336,7 +336,7 @@
</div>
</div>
<div class="span4">
<a data-toggle="collapse" data-target="#perm_redirect">308 Permanent Redirect (experiemental)</a>
<a data-toggle="collapse" data-target="#perm_redirect">308 Permanent Redirect (experimental)</a>
<div id="perm_redirect" class="collapse">
<h3>Wikipedia</h3>
<p>The request, and all future requests should be repeated using another URI. 307 and 308 (as proposed) parallel the behaviours of 302 and 301, but do not require the HTTP method to change. So, for example, submitting a form to a permanently redirected resource may continue smoothly.</p>