Skip to content

Commit 2189dbd

Browse files
committed
Fix minor typos in package.json and CartCount component
1 parent 2cf7d99 commit 2189dbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

finished-application/frontend/components/CartCount.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const AnimationStyles = styled.span`
1111
transition: all 0.4s;
1212
backface-visibility: hidden;
1313
}
14-
/* Intial State of the entered Dot */
14+
/* Initial State of the entered Dot */
1515
.count-enter {
1616
transform: scale(4) rotateX(0.5turn);
1717
}

finished-application/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
".*": "babel-jest"
5858
}
5959
},
60-
"//": "This is out babel config, I prefer this over a .babelrc file",
60+
"//": "This is our babel config, I prefer this over a .babelrc file",
6161
"babel": {
6262
"env": {
6363
"development": {

sick-fits/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
".*": "babel-jest"
5858
}
5959
},
60-
"//": "This is out babel config, I prefer this over a .babelrc file",
60+
"//": "This is our babel config, I prefer this over a .babelrc file",
6161
"babel": {
6262
"env": {
6363
"development": {

stepped-solutions/45/frontend/components/CartCount.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const AnimationStyles = styled.span`
1111
transition: all 0.4s;
1212
backface-visibility: hidden;
1313
}
14-
/* Intial State of the entered Dot */
14+
/* Initial State of the entered Dot */
1515
.count-enter {
1616
transform: scale(4) rotateX(0.5turn);
1717
}

0 commit comments

Comments
 (0)