aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web
diff options
context:
space:
mode:
authorBenno-Wu <55138460+Benno-Wu@users.noreply.github.com>2021-03-13 21:09:49 +0800
committerGitHub <noreply@github.com>2021-03-13 21:09:49 +0800
commite37fada535ec25c2d85732cd5f9f4f78671075fa (patch)
treeb59b63a5c51f58ccb6ae302692a2ec8dc666ea94 /files/zh-cn/web
parent3a81aea24ba3ef7dcee1a9109a5ba6eb992d4a88 (diff)
downloadtranslated-content-e37fada535ec25c2d85732cd5f9f4f78671075fa.tar.gz
translated-content-e37fada535ec25c2d85732cd5f9f4f78671075fa.tar.bz2
translated-content-e37fada535ec25c2d85732cd5f9f4f78671075fa.zip
The description of argument 'url' has a typo
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r--files/zh-cn/web/api/url/url/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/url/url/index.html b/files/zh-cn/web/api/url/url/index.html
index 33cf3c7abf..3274537bf9 100644
--- a/files/zh-cn/web/api/url/url/index.html
+++ b/files/zh-cn/web/api/url/url/index.html
@@ -26,7 +26,7 @@ translation_of: Web/API/URL/URL
<dl class="syntaxbox">
<dt><code><var>url</var></code></dt>
- <dd>是一个表示绝对或相对 URL 的 {{domxref("DOMString")}}。如果<code><var>url</var></code> 是相对 URL,则会将 <code><var>base</var></code> 用作基准 URL。如果 <code><var>url</var></code> 是绝对URL,则无论参数<code><var>url</var></code>是否存在,都将被忽略。</dd>
+ <dd>是一个表示绝对或相对 URL 的 {{domxref("DOMString")}}。如果<code><var>url</var></code> 是相对 URL,则会将 <code><var>base</var></code> 用作基准 URL。如果 <code><var>url</var></code> 是绝对URL,则无论参数<code><var>base</var></code>是否存在,都将被忽略。</dd>
<dt><code><var>base</var></code> {{optional_inline}}</dt>
<dd>是一个表示基准 URL 的 {{domxref("DOMString")}},在 <em>url</em> 是相对 URL 时,它才会起效。如果未指定,则默认为 <code>''</code>。</dd>
</dl>