Skip to content

Commit

Permalink
apply verbiage suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
  • Loading branch information
MynockSpit and timdeschryver committed Sep 14, 2022
1 parent d05a7e4 commit 3affc25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dom-testing-library/api-debugging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ 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).

**Note**: The output of the DOM are colorized by default if you tests are
running in a node environment. However, you may sometimes wish to turn off
colors, such as in cases where the output is being written to a log file for
**Note**: The output of the DOM is colorized by default if your tests are
running in a node environment. However, you may sometimes want to turn off
colors, such as in cases where the output is written to a log file for
debugging purposes. You can use the environment variable `COLORS` to explicitly
force the colorization off or on. For example:

Expand Down

0 comments on commit 3affc25

Please sign in to comment.