From 24613fe628da7dabddba6570e1ae7b1be6939839 Mon Sep 17 00:00:00 2001 From: Bryan Lee Date: Wed, 22 Dec 2021 16:50:47 +0800 Subject: fix: add missing bracket (#3425) --- files/zh-cn/web/api/url/url/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/url/url/index.html b/files/zh-cn/web/api/url/url/index.html index 3274537bf9..ccdbc357fe 100644 --- a/files/zh-cn/web/api/url/url/index.html +++ b/files/zh-cn/web/api/url/url/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/URL/URL {{jsxref("TypeError")}} - url若为绝对 URL)或 base + url(若为相对 URL)是一个无效的 URL 链接。 + url(若为绝对 URL)或 base + url(若为相对 URL)是一个无效的 URL 链接。 -- cgit v1.2.3-54-g00ecf