Skip to content

Commit

Permalink
docs: Fix typo at toHaveStyle function description (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
gennadiipel committed Dec 13, 2023
1 parent b7b7c6a commit 746c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/matchers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ declare namespace matchers {
* Only matches if the element has *all* the expected properties applied, not just some of them.
* @example
* <button
* data-test-id="submit-button"
* data-testid="submit-button"
* style="background-color: green; display: none"
* >
* submit
Expand Down

0 comments on commit 746c6ca

Please sign in to comment.