1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

fix some typos

This commit is contained in:
Zzecc 2018-09-22 12:03:05 -05:00
parent 24f8c746a1
commit f1f51de1d6
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
out.txt
gh-pages/node_modules
*lock*

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>