Skip to content

Commit 28f960f

Browse files
csauragnapse
authored andcommitted
docs: Fix a typo in toHaveStyle Readme documentation (#114)
1 parent 09f7f04 commit 28f960f

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
@@ -760,7 +760,7 @@ expected properties applied, not just some of them.
760760
##### Using document.querySelector
761761
762762
```javascript
763-
const button = document.querySelector(['data-testid="delete-button"')
763+
const button = document.querySelector(['data-testid="delete-button"'])
764764

765765
expect(button).toHaveStyle('display: none')
766766
expect(button).toHaveStyle(`

0 commit comments

Comments
 (0)