Skip to content

Commit 837e83b

Browse files
huyenltnguyenKent C. Dodds
authored andcommitted
fix: typos in debugging example (testing-library#310)
1 parent 60ed804 commit 837e83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dom-testing-library/api-helpers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Unable to find an element with the text: Goodbye world. This could be because th
217217
Here is the state of your container:
218218
<div>
219219
<div>
220-
Hello World!
220+
Hello world
221221
</div>
222222
</div>
223223
```
@@ -232,7 +232,7 @@ Here's how you might increase this limit when running tests:
232232
DEBUG_PRINT_LIMIT=10000 npm test
233233
```
234234
235-
This works on macOS/linux, you'll need to do something else for windows. If
235+
This works on macOS/Linux, you'll need to do something else for Windows. If
236236
you'd like a solution that works for both, see
237237
[`cross-env`](https://www.npmjs.com/package/cross-env)
238238

0 commit comments

Comments
 (0)