aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/url
diff options
context:
space:
mode:
authorKevin CHEN <33132228+KevinZonda@users.noreply.github.com>2021-09-04 20:06:04 +0100
committerGitHub <noreply@github.com>2021-09-05 03:06:04 +0800
commitef22c6b7659e5df135eb68f05a2e2e93f7dcb8a5 (patch)
tree034be598a439fb061820867b4655347f75f31ce8 /files/zh-cn/web/api/url
parent9fc2dfcce134d40437620b5b63e09ca2b397f720 (diff)
downloadtranslated-content-ef22c6b7659e5df135eb68f05a2e2e93f7dcb8a5.tar.gz
translated-content-ef22c6b7659e5df135eb68f05a2e2e93f7dcb8a5.tar.bz2
translated-content-ef22c6b7659e5df135eb68f05a2e2e93f7dcb8a5.zip
Fix syntax highlight in Web/API/URL/searchParams, zh-CN (#2319)
* add syntax highlight * remove duplicate tag
Diffstat (limited to 'files/zh-cn/web/api/url')
-rw-r--r--files/zh-cn/web/api/url/searchparams/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/url/searchparams/index.html b/files/zh-cn/web/api/url/searchparams/index.html
index d4d775aed0..f782dc15c4 100644
--- a/files/zh-cn/web/api/url/searchparams/index.html
+++ b/files/zh-cn/web/api/url/searchparams/index.html
@@ -18,7 +18,7 @@ translation_of: Web/API/URL/searchParams
<h2 id="语法">语法</h2>
-<pre class="syntaxbox notranslate">const <em>urlSearchParams</em> = <em>url</em>.searchParams</pre>
+<pre class="syntaxbox notranslate brush: js">const <em>urlSearchParams</em> = <em>url</em>.searchParams</pre>
<h3 id="属性值">属性值</h3>