Skip to content

Commit 800c370

Browse files
authored
fix duplicated wording/links (#48)
1 parent 45cf87b commit 800c370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/prefer-checked.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# prefer not.toBeChecked() or not.toBeChecked() over toHaveProperty('checked', true|false) (prefer-enabled-checked)
1+
# prefer toBeChecked() or not.toBeChecked() over toHaveProperty('checked', true|false) (prefer-enabled-checked)
22

33
## Rule Details
44

@@ -75,5 +75,5 @@ Don't use this rule if you:
7575

7676
## Further reading
7777

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

0 commit comments

Comments
 (0)