aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authormeowmeowmeowcat <meowmeowcat1211@gmail.com>2021-08-05 20:25:58 +0800
committerGitHub <noreply@github.com>2021-08-05 20:25:58 +0800
commit722bbf6dcea9fa84b3f2ca8afcf0027e13601ead (patch)
tree1a2f9ede5b413ff86b461951598356c1dee33958 /files
parent808aa4f67f6dc766fd870ae9cb29ffeead429104 (diff)
downloadtranslated-content-722bbf6dcea9fa84b3f2ca8afcf0027e13601ead.tar.gz
translated-content-722bbf6dcea9fa84b3f2ca8afcf0027e13601ead.tar.bz2
translated-content-722bbf6dcea9fa84b3f2ca8afcf0027e13601ead.zip
fix typo in Web/API/EventTarget/addEventListener, zh-CN (#1913)
Diffstat (limited to 'files')
-rw-r--r--files/zh-cn/web/api/eventtarget/addeventlistener/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/eventtarget/addeventlistener/index.html b/files/zh-cn/web/api/eventtarget/addeventlistener/index.html
index f9e79602af..2e7432290c 100644
--- a/files/zh-cn/web/api/eventtarget/addeventlistener/index.html
+++ b/files/zh-cn/web/api/eventtarget/addeventlistener/index.html
@@ -606,7 +606,7 @@ elem.addEventListener('<code>touchmove</code>', function listener() { /* do some
<p>您可以通过将<code>passive</code>的值显式设置为<code>false</code>来覆盖此行为,如下所示:</p>
<pre class="notranslate"><code>/* Feature detection */
-/*特诊检测*/
+/*特征检测*/
var passiveIfSupported = false;
try {