Skip to content

Commit 3affc25

Browse files
apply verbiage suggestions
Co-authored-by: Tim Deschryver <[email protected]>
1 parent d05a7e4 commit 3affc25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dom-testing-library/api-debugging.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This works on macOS/Linux, you'll need to do something else for Windows. If
4040
you'd like a solution that works for both, see
4141
[`cross-env`](https://www.npmjs.com/package/cross-env).
4242

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

0 commit comments

Comments
 (0)