aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorHo 229 <56023510+ho229v3666@users.noreply.github.com>2022-01-04 21:51:12 +0800
committerGitHub <noreply@github.com>2022-01-04 21:51:12 +0800
commit5c67174079970df8d99937cd6c29a5fb36605edf (patch)
treed5737ed6090dcf5b12e149ec5e47469510eb3704 /files/zh-cn
parentb5aed45ab03fa1d1c19105737a3b4fa93e289414 (diff)
downloadtranslated-content-5c67174079970df8d99937cd6c29a5fb36605edf.tar.gz
translated-content-5c67174079970df8d99937cd6c29a5fb36605edf.tar.bz2
translated-content-5c67174079970df8d99937cd6c29a5fb36605edf.zip
fix typo (#3545)
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/http/range_requests/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/http/range_requests/index.html b/files/zh-cn/web/http/range_requests/index.html
index 29a5ccab8d..a65fbb67fc 100644
--- a/files/zh-cn/web/http/range_requests/index.html
+++ b/files/zh-cn/web/http/range_requests/index.html
@@ -68,7 +68,7 @@ Content-Length: 1024
<pre>curl http://www.example.com -i -H "Range: bytes=0-50, 100-150"</pre>
-<p>服务器返回206 Partial Content状态码和Content-Type:multipart/byteranges; boundary=3d6b6a416f9b5头部,Content-Type:multipart/byteranges表示这个响应有多个byterange。每一部分byterange都有他自己的Centen-type头部和Content-Range,并且使用boundary参数对body进行划分。</p>
+<p>服务器返回206 Partial Content状态码和Content-Type:multipart/byteranges; boundary=3d6b6a416f9b5头部,Content-Type:multipart/byteranges表示这个响应有多个byterange。每一部分byterange都有他自己的Content-type头部和Content-Range,并且使用boundary参数对body进行划分。</p>
<pre>HTTP/1.1 206 Partial Content
Content-Type: multipart/byteranges; boundary=3d6b6a416f9b5