From 95425dc6e68f2186a824a4ebb154cadcaeb4aeac Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 8 Jan 2024 08:20:09 -0600 Subject: [PATCH 1/2] Fix typo --- type-coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type-coverage.md b/type-coverage.md index 2cdb427..0a86832 100644 --- a/type-coverage.md +++ b/type-coverage.md @@ -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 support reporting the type coverage to a specific file: ```bash ./vendor/bin/pest --type-coverage --min=100 --type-coverage-json=my-report.json From e6ddcf8f8f9a573e82166ab6282ba531dec926a4 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 8 Jan 2024 14:52:12 +0000 Subject: [PATCH 2/2] docs: resolve grammar --- type-coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type-coverage.md b/type-coverage.md index 0a86832..d522b1a 100644 --- a/type-coverage.md +++ b/type-coverage.md @@ -50,7 +50,7 @@ Just like code coverage, type coverage can also be enforced. To ensure any code ## Different Formats -In addition, 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