diff options
| author | Matt Wood <m.wood0904@gmail.com> | 2018-10-09 12:06:03 -0500 |
|---|---|---|
| committer | Matt Wood <m.wood0904@gmail.com> | 2018-10-09 12:06:03 -0500 |
| commit | 2189dbda3cafaa291936632381923899d86d2e7c (patch) | |
| tree | 5f5a5e48f1dd78a79a33dd23abe96ec50ef5e033 /stepped-solutions | |
| parent | 2cf7d9968d9bb0378412e9ca7caadd1b328f69da (diff) | |
Fix minor typos in package.json and CartCount component
Diffstat (limited to 'stepped-solutions')
| -rwxr-xr-x | stepped-solutions/45/frontend/components/CartCount.js | 2 |
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); } |
