There was an error while loading. Please reload this page.
1 parent 60ed804 commit 837e83bCopy full SHA for 837e83b
docs/dom-testing-library/api-helpers.md
@@ -217,7 +217,7 @@ Unable to find an element with the text: Goodbye world. This could be because th
217
Here is the state of your container:
218
<div>
219
220
- Hello World!
+ Hello world
221
</div>
222
223
```
@@ -232,7 +232,7 @@ Here's how you might increase this limit when running tests:
232
DEBUG_PRINT_LIMIT=10000 npm test
233
234
235
-This works on macOS/linux, you'll need to do something else for windows. If
+This works on macOS/Linux, you'll need to do something else for Windows. If
236
you'd like a solution that works for both, see
237
[`cross-env`](https://www.npmjs.com/package/cross-env)
238
0 commit comments