diff --git a/crates/oxc_linter/src/rules/typescript/prefer_ts_expect_error.rs b/crates/oxc_linter/src/rules/typescript/prefer_ts_expect_error.rs index 14bd6a3cdc049..8d87f1948c999 100644 --- a/crates/oxc_linter/src/rules/typescript/prefer_ts_expect_error.rs +++ b/crates/oxc_linter/src/rules/typescript/prefer_ts_expect_error.rs @@ -45,7 +45,7 @@ declare_oxc_lint!( /// const multiLine: number = 'value'; /// ``` /// - /// Examples of **incorrect** code for this rule: + /// Examples of **correct** code for this rule: /// ```ts /// /** /// * Explaining comment