Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacse committed Jun 28, 2020
1 parent 46f448b commit 1d3d5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ alternatively you can only add it during your CI build, for example in `package.
| Option Name | Type | Default | Description |
| :------------------------ | :------ | :------ | :----------------------------------------------------------------------------------------------------- |
| `relativeDirectories` | Boolean | false | Print file paths relative to the project directory, instead of printing the absolute path of the file. |
| `postCodeCoverageComment` | Boolean | false | Post code coverage table as a comment on PR's. **NOTE: Requires suppling a Github Access token** |
| `postCodeCoverageComment` | Boolean | false | Post code coverage table as a comment on PR's. **NOTE: Requires supplying a Github Access token** |

The options can be defined in your `jest.config.js` like so:
```js
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
```
### Setting a github access token
When using github actions, the GITHUB_TOKEN secret is automaticly available, so simply supply it as an input.
When using github actions, the GITHUB_TOKEN secret is automatically available, so simply supply it as an input.
```yaml
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1d3d5c3

Please sign in to comment.