diff options
| -rw-r--r-- | finished-application/frontend/components/CartCount.js | 2 | ||||
| -rw-r--r-- | finished-application/frontend/package.json | 2 | ||||
| -rw-r--r-- | sick-fits/frontend/package.json | 2 | ||||
| -rwxr-xr-x | stepped-solutions/45/frontend/components/CartCount.js | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/finished-application/frontend/components/CartCount.js b/finished-application/frontend/components/CartCount.js index c202d74..8f705ec 100644 --- a/finished-application/frontend/components/CartCount.js +++ b/finished-application/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); } diff --git a/finished-application/frontend/package.json b/finished-application/frontend/package.json index 43af0cf..2200d6f 100644 --- a/finished-application/frontend/package.json +++ b/finished-application/frontend/package.json @@ -57,7 +57,7 @@ ".*": "babel-jest" } }, - "//": "This is out babel config, I prefer this over a .babelrc file", + "//": "This is our babel config, I prefer this over a .babelrc file", "babel": { "env": { "development": { diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json index 43af0cf..2200d6f 100644 --- a/sick-fits/frontend/package.json +++ b/sick-fits/frontend/package.json @@ -57,7 +57,7 @@ ".*": "babel-jest" } }, - "//": "This is out babel config, I prefer this over a .babelrc file", + "//": "This is our babel config, I prefer this over a .babelrc file", "babel": { "env": { "development": { 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); } |
