diff options
author | Bryan Lee <doslby@gmail.com> | 2021-12-22 16:50:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 16:50:47 +0800 |
commit | 24613fe628da7dabddba6570e1ae7b1be6939839 (patch) | |
tree | f60376f764b943d08ea5ff8cbd97c94588eaf8b2 /files/zh-cn | |
parent | 9d30322d824938f8aeb0768029ba4b8f3c1d4a4f (diff) | |
download | translated-content-24613fe628da7dabddba6570e1ae7b1be6939839.tar.gz translated-content-24613fe628da7dabddba6570e1ae7b1be6939839.tar.bz2 translated-content-24613fe628da7dabddba6570e1ae7b1be6939839.zip |
fix: add missing bracket (#3425)
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/api/url/url/index.html | 2 |
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 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 <tbody> <tr> <td>{{jsxref("TypeError")}}</td> - <td><code><var>url</var></code>若为绝对 URL)或 <code><var>base</var></code> + <code><var>url</var></code>(若为相对 URL)是一个无效的 URL 链接。</td> + <td><code><var>url</var></code>(若为绝对 URL)或 <code><var>base</var></code> + <code><var>url</var></code>(若为相对 URL)是一个无效的 URL 链接。</td> </tr> </tbody> </table> |