Fix Typo on RTL Support

This commit is contained in:
gsalaun1 2021-11-12 08:58:36 +01:00
parent b85229bfa0
commit 3a5cb431d5

View file

@ -317,7 +317,7 @@
<h2>RTL</h2> <h2>RTL</h2>
<h3>Support for right-to-left text in Pico.</h3> <h3>Support for right-to-left text in Pico.</h3>
</hgroup> </hgroup>
<p>To enable RTL in Pico you need to set <code><i>dir</i>=<u>"rtl"</u></code>on the <code>&lt;<b>html</b>&lt;</html></code> element.</p> <p>To enable RTL in Pico you need to set <code><i>dir</i>=<u>"rtl"</u></code>on the <code>&lt;<b>html</b>&gt;</html></code> element.</p>
<pre><code><em>&lt;!doctype html&gt;</em> <pre><code><em>&lt;!doctype html&gt;</em>
&lt;<b>html</b> <i>dir</i>=<u>"rtl"</u> <i>lang</i>=<u>"ar"</u>&gt; &lt;<b>html</b> <i>dir</i>=<u>"rtl"</u> <i>lang</i>=<u>"ar"</u>&gt;