From c721825b0131354b9230d82c318f6bddc9cc5ff4 Mon Sep 17 00:00:00 2001 From: Than Hutchins Date: Wed, 14 Sep 2022 20:25:56 -0700 Subject: [PATCH] apply additional verbiage suggestions Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> --- docs/dom-testing-library/api-debugging.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`