aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web')
-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");