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