diff --git a/docs/guide/coverage.md b/docs/guide/coverage.md index 17c4d61f5..801f06306 100644 --- a/docs/guide/coverage.md +++ b/docs/guide/coverage.md @@ -54,10 +54,10 @@ Coverage collection is performed during runtime by instructing V8 using [`node:i - ✅ Recommended option to use - ✅ No pre-transpile step. Test files can be executed as-is. - ✅ Faster execute times than Istanbul. -- ✅ Lower memory usagethan Istanbul. +- ✅ Lower memory usage than Istanbul. - ✅ Coverage report accuracy is as good as with Istanbul ([since Vitest `v3.2.0`](/blog/vitest-3-2#coverage-v8-ast-aware-remapping)). - ⚠️ In some cases can be slower than Istanbul, e.g. when loading lots of different modules. V8 does not support limiting coverage collection to specific modules. -- ⚠️ There are some minor limitations set by V8 engine. See [`ast-v8-to-istanbl` | Limitations](https://github.com/AriPerkkio/ast-v8-to-istanbul?tab=readme-ov-file#limitations). +- ⚠️ There are some minor limitations set by V8 engine. See [`ast-v8-to-istanbul` | Limitations](https://github.com/AriPerkkio/ast-v8-to-istanbul?tab=readme-ov-file#limitations). - ❌ Does not work on environments that don't use V8, such as Firefox or Bun. Or on environments that don't expose V8 coverage via profiler, such as Cloudflare Workers.