aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/string/normalize
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/normalize')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/normalize/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/normalize/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/normalize/index.html
index d88c6826a0..f14e1d4a36 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/string/normalize/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/string/normalize/index.html
@@ -54,7 +54,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/normalize
<dl>
<dt>{{jsxref("RangeError")}}</dt>
- <dd>如果给 <code>form</code> 传入了上述四个字符串以外的参数,则会抛出 <span><code>RangeError</code> 异常。</span></dd>
+ <dd>如果给 <code>form</code> 传入了上述四个字符串以外的参数,则会抛出 <code>RangeError</code> 异常。</dd>
</dl>
<h2 id="描述">描述</h2>