Skip to content

Commit 3472c7c

Browse files
vellestabrindle
authored andcommitted
Missing or to clarify the distinct configuration (jestjs#4540)
* Missing `or` to clarify the distinct configuration * Update Configuration.md
1 parent 1bde685 commit 3472c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/Configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ previous: jest-object
88
next: cli
99
---
1010

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

0 commit comments

Comments
 (0)