diff --git a/crates/oxc_linter/src/rules/import/first.rs b/crates/oxc_linter/src/rules/import/first.rs index 57ff1d6329a6d..69fc06c2be20e 100644 --- a/crates/oxc_linter/src/rules/import/first.rs +++ b/crates/oxc_linter/src/rules/import/first.rs @@ -72,7 +72,7 @@ declare_oxc_lint!( /// /// ### Options /// - /// with `"absolute-import"`: + /// with `"absolute-first"`: /// /// Examples of **incorrect** code for this rule: /// ```js