diff --git a/docs/dom-testing-library/api-debugging.mdx b/docs/dom-testing-library/api-debugging.mdx index a4bcff0d4..51aa6b7da 100644 --- a/docs/dom-testing-library/api-debugging.mdx +++ b/docs/dom-testing-library/api-debugging.mdx @@ -50,8 +50,8 @@ force the colorization off or on. For example: COLORS=false npm test ``` -As with `DEBUG_PRINT_LIMIT`, `COLORS` works in macOS/Linux but you'll need to do -something else for Windows. If you'd like a solution that works for both, see +This works on macOS/Linux, you'll need to do something else for Windows. If +you'd like a solution that works for both, see [`cross-env`](https://www.npmjs.com/package/cross-env). ## `prettyDOM`