fix some typos

This commit is contained in:
Zzecc 2018-09-22 12:03:05 -05:00
parent 7fe675a4e4
commit 9a2dd3cc51
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@
<p> Just copy and paste One line command. Each theme has his own line. </p>
<div class="code-wrap">
<pre><code s class=language-bash id="foo"> wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt </code></pre>
<span s class="btn-copy" data-clipboard-target="#foo">
<pre><code class=language-bash id="foo"> wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt </code></pre>
<span class="btn-copy" data-clipboard-target="#foo">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
</div>