summaryrefslogtreecommitdiffstats
path: root/stepped-solutions/45/frontend
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-10-09 14:31:26 -0400
committerGitHub <noreply@github.com>2018-10-09 14:31:26 -0400
commitc1e4578226850024cad3d60af8728e9db182d626 (patch)
treed527812eb1f1f00db8f3b4264191c90745d91339 /stepped-solutions/45/frontend
parent052c60766f6cce6f278d34ea490888273254e9d3 (diff)
parent2189dbda3cafaa291936632381923899d86d2e7c (diff)
Merge pull request #93 from mattfwood/fix/minor-typos
Fix minor typos in package.json and CartCount component
Diffstat (limited to 'stepped-solutions/45/frontend')
-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);
}