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')
Creates a shadow box around the text whern it is hovered.
+Creates a shadow box around the text when it is hovered.
<p class="hover-shadow-box-animation">Box it!</p>
.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