diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-08-13 14:05:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-13 14:05:32 -0400 |
| commit | 54c53a58fb72663e5e299621f775e4e956d322da (patch) | |
| tree | 90a0c4a0b8b1c00194ff599b1bbba99f3bf1d292 /sick-fits/frontend | |
| parent | ebb84f1f01396cf75e7fb70bb0e2987bbc0b14b2 (diff) | |
| parent | 23a933a9c95bba177ee0b62135214ef86b6a4614 (diff) | |
Merge pull request #10 from joshua-scott/fix-typo
Fix typo
Diffstat (limited to 'sick-fits/frontend')
| -rw-r--r-- | sick-fits/frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json index 987b7d6..7bd0405 100644 --- a/sick-fits/frontend/package.json +++ b/sick-fits/frontend/package.json @@ -45,7 +45,7 @@ "jest": "^22.4.4", "jest-transform-graphql": "^2.1.0" }, - "//": "This is out babel config, I prefer this over a .babelrc file", + "//": "This is our babel config, I prefer this over a .babelrc file", "jest": { "setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js", "testPathIgnorePatterns": [ |
