diff --git a/crates/oxc_linter/src/rules/nextjs/no_script_component_in_head.rs b/crates/oxc_linter/src/rules/nextjs/no_script_component_in_head.rs index 62750f202927e..5a81a8651d7a2 100644 --- a/crates/oxc_linter/src/rules/nextjs/no_script_component_in_head.rs +++ b/crates/oxc_linter/src/rules/nextjs/no_script_component_in_head.rs @@ -24,7 +24,7 @@ declare_oxc_lint!( /// /// ### Why is this bad? /// - /// The `next/script` component should not be used in a `next/head component. + /// The `next/script` component should not be used in a `next/head` component. /// Instead move the `