We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395aa5e commit 2e3db46Copy full SHA for 2e3db46
crates/oxc_linter/src/rules/nextjs/no_script_component_in_head.rs
@@ -24,7 +24,7 @@ declare_oxc_lint!(
24
///
25
/// ### Why is this bad?
26
27
- /// 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.
28
/// Instead move the `<Script />` component outside of `<Head>` instead.
29
30
/// ### Examples
0 commit comments