diff options
| author | Matt Wood <m.wood0904@gmail.com> | 2018-10-09 12:06:03 -0500 |
|---|---|---|
| committer | Matt Wood <m.wood0904@gmail.com> | 2018-10-09 12:06:03 -0500 |
| commit | 2189dbda3cafaa291936632381923899d86d2e7c (patch) | |
| tree | 5f5a5e48f1dd78a79a33dd23abe96ec50ef5e033 /finished-application/frontend/package.json | |
| parent | 2cf7d9968d9bb0378412e9ca7caadd1b328f69da (diff) | |
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": { |
