Skip to content

Commit 99d1442

Browse files
r-walshsmacpherson64
authored andcommitted
fix: typo in README.md (#62)
1 parent 4c6b572 commit 99d1442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ value is indeed an `HTMLElement` you can always use some of
593593
594594
```js
595595
expect(document.querySelector('.ok-button')).toBeInstanceOf(HTMLElement)
596-
expect(document.querySelector('.cancel-button')).toBeThruthy()
596+
expect(document.querySelector('.cancel-button')).toBeTruthy()
597597
```
598598
599599
> Note: The differences between `toBeInTheDOM` and `toBeInTheDocument` are

0 commit comments

Comments
 (0)