aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/guide
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/guide')
-rw-r--r--files/zh-tw/web/javascript/guide/grammar_and_types/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/guide/grammar_and_types/index.html b/files/zh-tw/web/javascript/guide/grammar_and_types/index.html
index ac059a7f24..a8eafbba5f 100644
--- a/files/zh-tw/web/javascript/guide/grammar_and_types/index.html
+++ b/files/zh-tw/web/javascript/guide/grammar_and_types/index.html
@@ -675,7 +675,7 @@ and so is foo.'
<p>ECMAScript 2015 introduces a new type of literal, namely <a href="/en-US/docs/Web/JavaScript/Reference/template_strings"><strong>template literals</strong></a>. This allows for many new features including multiline strings!</p>
-<pre class="brush: js" dir="rtl">var poem =
+<pre class="brush: js">var poem =
`Roses are red,
Violets are blue.
Sugar is sweet,