aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwildsky <poppin.wildsky+gh@gmail.com>2021-03-18 16:14:16 +0800
committerIrvin <irvinfly@gmail.com>2021-03-18 16:54:18 +0800
commit4adc453c61a4b14ae555fd8162e2b1a70b3f477c (patch)
tree0fc1460c037c2fc6bf757b7e69e186d959cfaf3d
parentc22553c8bf58f10d75c25ac72cd6ee140c431670 (diff)
downloadtranslated-content-4adc453c61a4b14ae555fd8162e2b1a70b3f477c.tar.gz
translated-content-4adc453c61a4b14ae555fd8162e2b1a70b3f477c.tar.bz2
translated-content-4adc453c61a4b14ae555fd8162e2b1a70b3f477c.zip
correct source code from rtl to ltr for zh-tw
-rw-r--r--files/zh-tw/web/api/element/classlist/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/element/classlist/index.html b/files/zh-tw/web/api/element/classlist/index.html
index afa5b7c862..5a78d9aaa9 100644
--- a/files/zh-tw/web/api/element/classlist/index.html
+++ b/files/zh-tw/web/api/element/classlist/index.html
@@ -34,7 +34,7 @@ translation_of: Web/API/Element/classList
<h2 id="範例">範例</h2>
-<pre class="brush: js" dir="rtl">// div is an object reference to a &lt;div&gt; element with class="foo bar"
+<pre class="brush: js">// div is an object reference to a &lt;div&gt; element with class="foo bar"
div.classList.remove("foo");
div.classList.add("anotherclass");