aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorYing Zhen Zhang <44668197+yzzhang-cs@users.noreply.github.com>2021-11-01 23:20:49 +0800
committerGitHub <noreply@github.com>2021-11-01 23:20:49 +0800
commit70452d5aafb52322087317a01a0e68e42a69cd95 (patch)
tree556844b557f5e83c56eb4d0f355bf9267a95a054 /files/zh-cn
parentb0f6089b78e6cd2406be305f568eaaff8d77dbab (diff)
downloadtranslated-content-70452d5aafb52322087317a01a0e68e42a69cd95.tar.gz
translated-content-70452d5aafb52322087317a01a0e68e42a69cd95.tar.bz2
translated-content-70452d5aafb52322087317a01a0e68e42a69cd95.zip
Fix typo in Web/API/XMLHttpRequest/send, zh-CN (#2930)
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/api/xmlhttprequest/send/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/xmlhttprequest/send/index.html b/files/zh-cn/web/api/xmlhttprequest/send/index.html
index 6f692710cd..820c7eb8b0 100644
--- a/files/zh-cn/web/api/xmlhttprequest/send/index.html
+++ b/files/zh-cn/web/api/xmlhttprequest/send/index.html
@@ -18,7 +18,7 @@ translation_of: Web/API/XMLHttpRequest/send
<p>如果没有使用 {{domxref("XMLHttpRequest.setRequestHeader", "setRequestHeader()")}} 方法设置 {{HTTPHeader("Accept")}} 头部信息,则会发送带有 <code>"* / *"</code> 的{{HTTPHeader("Accept")}} 头部。</p>
<div class="note">
-<p><strong>Note:</strong> 请注意不要使用一个简单的AarryBuffer对象作为参数,ArrayBuffer已经不再是ajax规范的一部分,请改用ArrayBufferView(有关信息请参考兼容性列表。)</p>
+<p><strong>Note:</strong> 请注意不要使用一个简单的ArrayBuffer对象作为参数,ArrayBuffer已经不再是ajax规范的一部分,请改用ArrayBufferView(有关信息请参考兼容性列表。)</p>
</div>
<h2 id="语法">语法</h2>