Skip to content

Commit

Permalink
Missing or to clarify the distinct configuration (jestjs#4540)
Browse files Browse the repository at this point in the history
* Missing `or` to clarify the distinct configuration

* Update Configuration.md
  • Loading branch information
velles authored and tabrindle committed Oct 2, 2017
1 parent 1bde685 commit 3472c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ previous: jest-object
next: cli
---

Jest's configuration can be defined in the `package.json` file of your project, through a `jest.config.js` file or
Jest's configuration can be defined in the `package.json` file of your project, or through a `jest.config.js` file or
through the `--config <path/to/js|json>` option. If you'd like to use
your `package.json` to store Jest's config, the "jest" key should be used on the
top level so Jest will know how to find your settings:
Expand Down

0 comments on commit 3472c7c

Please sign in to comment.