diff options
author | Lete乐特 <me@imlete.cn> | 2022-01-04 02:37:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 02:37:54 +0800 |
commit | c2bdd712cab987a66138da41862d7b5cb22748c8 (patch) | |
tree | ea86b23d22b1facd9df73dd74bd0805fd8fdae1e /files/zh-cn | |
parent | 8748d8c739d82d8e58d69217eeda95ffbbb524bb (diff) | |
download | translated-content-c2bdd712cab987a66138da41862d7b5cb22748c8.tar.gz translated-content-c2bdd712cab987a66138da41862d7b5cb22748c8.tar.bz2 translated-content-c2bdd712cab987a66138da41862d7b5cb22748c8.zip |
Fix: typos (#3505)
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/api/xmlhttprequest/index.html | 2 |
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> |