Skip to content

Commit 048157c

Browse files
techiesharkSimenB
authored andcommitted
fix tiny typo (#67)
Remove extra 'e' in 'environment'
1 parent 6aebf24 commit 048157c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jest --ci --testResultsProcessor="jest-junit"
5252
## Configuration
5353

5454
`jest-junit` offers seven configurations based on environment variables or a `jest-junit` key defined in `package.json` or a reporter option.
55-
Environement variable and package.json configuration should be **strings**.
55+
Environment variable and package.json configuration should be **strings**.
5656
Reporter options should also be strings exception for suiteNameTemplate, classNameTemplate, titleNameTemplate that can also accept a function returning a string.
5757

5858
| Variable Name | Description | Default | Possible Injection Values

0 commit comments

Comments
 (0)