Skip to content

Commit 214d561

Browse files
committed
docs(linter): fix typos in prefer_comparison_matcher and prefer_equality_matcher
1 parent b0b1083 commit 214d561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/oxc_linter/src/rules/jest/prefer_comparison_matcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ declare_oxc_lint!(
6767
/// ```json
6868
/// {
6969
/// "rules": {
70-
/// "vitest/prefer-comparison-matchers": "error"
70+
/// "vitest/prefer-comparison-matcher": "error"
7171
/// }
7272
/// }
7373
/// ```

crates/oxc_linter/src/rules/jest/prefer_equality_matcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ declare_oxc_lint!(
5858
/// ```json
5959
/// {
6060
/// "rules": {
61-
/// "vitest/prefer-equality-matchers": "error"
61+
/// "vitest/prefer-equality-matcher": "error"
6262
/// }
6363
/// }
6464
/// ```

0 commit comments

Comments
 (0)