From e37fada535ec25c2d85732cd5f9f4f78671075fa Mon Sep 17 00:00:00 2001 From: Benno-Wu <55138460+Benno-Wu@users.noreply.github.com> Date: Sat, 13 Mar 2021 21:09:49 +0800 Subject: The description of argument 'url' has a typo --- files/zh-cn/web/api/url/url/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web') 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
url
url
是相对 URL,则会将 base
用作基准 URL。如果 url
是绝对URL,则无论参数url
是否存在,都将被忽略。url
是相对 URL,则会将 base
用作基准 URL。如果 url
是绝对URL,则无论参数base
是否存在,都将被忽略。base
{{optional_inline}}''
。