aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/test/coverage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/test/coverage.md')
-rw-r--r--docs/guides/test/coverage.md2
1 files changed, 1 insertions, 1 deletions
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.
---