summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'finished-application/frontend')
-rw-r--r--finished-application/frontend/components/CartCount.js2
-rw-r--r--finished-application/frontend/package.json2
2 files changed, 2 insertions, 2 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": {