summaryrefslogtreecommitdiffstats
path: root/stepped-solutions/45/frontend/components/CartCount.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-10-09 14:53:21 -0400
committerWes Bos <wesbos@gmail.com>2018-10-09 14:53:21 -0400
commit4c19822af7495c1cb99be17f6021420e80f4f092 (patch)
tree48efedf80eab84d413f6efe4a3792bd6295902bc /stepped-solutions/45/frontend/components/CartCount.js
parent146a96b7bc31b7eedc12381aa8f794e549638b2c (diff)
parentc1e4578226850024cad3d60af8728e9db182d626 (diff)
Merge branch 'master' of https://github.com/wesbos/Advanced-React
Diffstat (limited to 'stepped-solutions/45/frontend/components/CartCount.js')
-rwxr-xr-xstepped-solutions/45/frontend/components/CartCount.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/stepped-solutions/45/frontend/components/CartCount.js b/stepped-solutions/45/frontend/components/CartCount.js
index c202d74..8f705ec 100755
--- a/stepped-solutions/45/frontend/components/CartCount.js
+++ b/stepped-solutions/45/frontend/components/CartCount.js
@@ -11,7 +11,7 @@ const AnimationStyles = styled.span`
transition: all 0.4s;
backface-visibility: hidden;
}
- /* Intial State of the entered Dot */
+ /* Initial State of the entered Dot */
.count-enter {
transform: scale(4) rotateX(0.5turn);
}