Skip to content

Commit

Permalink
fix: spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoyang committed Mar 12, 2019
1 parent a781369 commit b8f6d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ <h4>Browser Support</h4>
</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 {
Expand Down
2 changes: 1 addition & 1 deletion snippets/hover-shadow-box-animation.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b8f6d4a

Please sign in to comment.