From d62b0c365291306ce105c507224f3f1d0206c4c6 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 25 Aug 2023 12:47:47 -0700 Subject: Readability tweaks --- docs/guides/test/coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides/test/coverage.md') diff --git a/docs/guides/test/coverage.md b/docs/guides/test/coverage.md index 6103dbb90..a09d8103a 100644 --- a/docs/guides/test/coverage.md +++ b/docs/guides/test/coverage.md @@ -2,7 +2,7 @@ name: Generate code coverage reports with the Bun test runner --- -Bun's test runner supports built-in _code coverage reporting_. This makes it easy to see how much of the codebase is covered by tests, and find areas that are not currently well-tested. +Bun's test runner supports built-in _code coverage reporting_. This makes it easy to see how much of the codebase is covered by tests and find areas that are not currently well-tested. --- -- cgit v1.2.3