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 1/2] 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')
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
From 67b324c96b73d41df301ad68fe5250bca192236a Mon Sep 17 00:00:00 2001
From: atomiks
Date: Wed, 13 Mar 2019 02:19:44 +1100
Subject: [PATCH 2/2] Wiki case as well
---
snippets/hover-shadow-box-animation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snippets/hover-shadow-box-animation.md b/snippets/hover-shadow-box-animation.md
index cebd752a6..a6e5c47a4 100644
--- a/snippets/hover-shadow-box-animation.md
+++ b/snippets/hover-shadow-box-animation.md
@@ -1,4 +1,4 @@
-### Hover Shadow Box Animation
+### Hover shadow box animation
Creates a shadow box around the text when it is hovered.