fix: spelling mistake (#141)

* fix: spelling mistake

* Wiki case as well
This commit is contained in:
atomiks
2019-03-13 02:19:59 +11:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -1683,7 +1683,7 @@ el.style.setProperty('--max-height', height + 'px')
</div>
<div class="snippet">
<h3 id="hover-shadow-box-animation"><span>Hover Shadow Box Animation</span><span class="tags__tag snippet__tag" data-type="animation"><i data-feather="loader"></i>animation</span></h3>
<p>Creates a shadow box around the text whern it is hovered.</p>
<p>Creates a shadow box around the text when it is hovered.</p>
<h4 data-type="HTML">HTML</h4><pre><code class="lang-html">&lt;p class="hover-shadow-box-animation"&gt;Box it!&lt;/p&gt;
</code></pre>
<h4 data-type="CSS">CSS</h4><pre><code class="lang-css">.hover-shadow-box-animation {

View File

@ -1,6 +1,6 @@
### Hover Shadow Box Animation
### Hover shadow box animation
Creates a shadow box around the text whern it is hovered.
Creates a shadow box around the text when it is hovered.
#### HTML