Skip to content

Commit

Permalink
Merge pull request #93 from mattfwood/fix/minor-typos
Browse files Browse the repository at this point in the history
Fix minor typos in package.json and CartCount component
  • Loading branch information
wesbos committed Oct 9, 2018
2 parents 052c607 + 2189dbd commit c1e4578
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion finished-application/frontend/components/CartCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion finished-application/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion sick-fits/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion stepped-solutions/45/frontend/components/CartCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit c1e4578

Please sign in to comment.