Skip to content

Commit

Permalink
Merge pull request #251 from tylernathanreed/patch-1
Browse files Browse the repository at this point in the history
Typo on Pest Type Coverage Page
  • Loading branch information
owenvoke authored Jan 8, 2024
2 parents d5751d8 + e6ddcf8 commit 3638020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Just like code coverage, type coverage can also be enforced. To ensure any code

## Different Formats

In additionm, Pest support reporting the type coverage to a specific file:
In addition, Pest supports reporting the type coverage to a specific file:

```bash
./vendor/bin/pest --type-coverage --min=100 --type-coverage-json=my-report.json
Expand Down

0 comments on commit 3638020

Please sign in to comment.