From b8f6d4a5b91e309c2d237ba16885d981a48316a6 Mon Sep 17 00:00:00 2001 From: 9aoyang <9aoyang@gmail.com> Date: Tue, 12 Mar 2019 23:02:03 +0800 Subject: [PATCH] fix: spelling mistake --- index.html | 2 +- snippets/hover-shadow-box-animation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8ac475efd..458fc7522 100644 --- a/index.html +++ b/index.html @@ -1683,7 +1683,7 @@ el.style.setProperty('--max-height', height + 'px')

Hover Shadow Box Animationanimation

-

Creates a shadow box around the text whern it is hovered.

+

Creates a shadow box around the text when it is hovered.

HTML

<p class="hover-shadow-box-animation">Box it!</p>
 

CSS

.hover-shadow-box-animation {
diff --git a/snippets/hover-shadow-box-animation.md b/snippets/hover-shadow-box-animation.md
index 5167c84e6..cebd752a6 100644
--- a/snippets/hover-shadow-box-animation.md
+++ b/snippets/hover-shadow-box-animation.md
@@ -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