fix: spelling mistake

This commit is contained in:
9aoyang
2019-03-12 23:02:03 +08:00
parent a781369f2c
commit b8f6d4a5b9
2 changed files with 2 additions and 2 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
Creates a shadow box around the text whern it is hovered.
Creates a shadow box around the text when it is hovered.
#### HTML