Skip to content

Commit

Permalink
fix duplicated wording/links (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycozza authored Jun 8, 2020
1 parent 45cf87b commit 800c370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/prefer-checked.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prefer not.toBeChecked() or not.toBeChecked() over toHaveProperty('checked', true|false) (prefer-enabled-checked)
# prefer toBeChecked() or not.toBeChecked() over toHaveProperty('checked', true|false) (prefer-enabled-checked)

## Rule Details

Expand Down Expand Up @@ -75,5 +75,5 @@ Don't use this rule if you:

## Further reading

- [not.toBeChecked](https://github.com/testing-library/jest-dom#not.toBeChecked)
- [toBeChecked](https://github.com/testing-library/jest-dom#toBeChecked)
- [not.toBeChecked](https://github.com/testing-library/jest-dom#not.toBeChecked)

0 comments on commit 800c370

Please sign in to comment.