@@ -1600,7 +1600,7 @@ changes:
|
1600 | 1600 | coverage does not reach the threshold specified, the process will exit with code `1`. |
1601 | 1601 | **Default:** `0`. |
1602 | 1602 | * `env` {Object} Specify environment variables to be passed along to the test process. |
1603 | | - This options is not compatible with `isolation='none'`. These variables will override |
| 1603 | + This option is not compatible with `isolation='none'`. These variables will override |
1604 | 1604 | those from the main process, and are not merged with `process.env`. |
1605 | 1605 | **Default:** `process.env`. |
1606 | 1606 | * Returns: {TestsStream} |
|