Skip to content

Commit 5d1dfb5

Browse files
authored
docs(linter): fix wording in the eqeqeq docs (#10401)
Fixes a small typo in the docs for `eqeqeq`.
1 parent c1f5623 commit 5d1dfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/eslint/eqeqeq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ declare_oxc_lint!(
3939
/// const b = true;
4040
/// a == b
4141
/// ```
42-
/// The above will evaluate to `true`, but almost surely not want you want.
42+
/// The above will evaluate to `true`, but that is almost surely not what you want.
4343
///
4444
/// Examples of **correct** code for this rule:
4545
///

0 commit comments

Comments
 (0)