aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/api/xmlhttprequest/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/xmlhttprequest/index.html b/files/zh-cn/web/api/xmlhttprequest/index.html
index 75ef29d111..e7be10fc94 100644
--- a/files/zh-cn/web/api/xmlhttprequest/index.html
+++ b/files/zh-cn/web/api/xmlhttprequest/index.html
@@ -46,7 +46,7 @@ translation_of: Web/API/XMLHttpRequest
<dt>{{domxref("XMLHttpRequest.responseURL")}} {{readonlyinline}}</dt>
<dd>返回经过序列化(serialized)的响应 URL,如果该 URL 为空,则返回空字符串。</dd>
<dt>{{domxref("XMLHttpRequest.responseXML")}} {{readonlyinline}}</dt>
- <dd>返回一个 {{domxref("Document")}},其中包含该请求的响应,如果请求未成功、尚未发送或时不能被解析为 XML 或 HTML,则返回 <code>null</code>。</dd>
+ <dd>返回一个 {{domxref("Document")}},其中包含该请求的响应,如果请求未成功、尚未发送或是不能被解析为 XML 或 HTML,则返回 <code>null</code>。</dd>
<dt>{{domxref("XMLHttpRequest.status")}} {{readonlyinline}}</dt>
<dd>返回一个无符号短整型(<code>unsigned short</code>)数字,代表请求的响应状态。</dd>
<dt>{{domxref("XMLHttpRequest.statusText")}} {{readonlyinline}}</dt>