diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-10-09 14:31:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-09 14:31:26 -0400 |
| commit | c1e4578226850024cad3d60af8728e9db182d626 (patch) | |
| tree | d527812eb1f1f00db8f3b4264191c90745d91339 /finished-application/frontend/package.json | |
| parent | 052c60766f6cce6f278d34ea490888273254e9d3 (diff) | |
| parent | 2189dbda3cafaa291936632381923899d86d2e7c (diff) | |
Merge pull request #93 from mattfwood/fix/minor-typos
Fix minor typos in package.json and CartCount component
Diffstat (limited to 'finished-application/frontend/package.json')
| -rw-r--r-- | finished-application/frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |
