Skip to content

Commit 0d11e81

Browse files
committed
docs(linter): add missing backtick preventing website from building
1 parent 9240342 commit 0d11e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/nextjs/no_script_component_in_head.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ declare_oxc_lint!(
2424
///
2525
/// ### Why is this bad?
2626
///
27-
/// The `next/script` component should not be used in a `next/head component.
27+
/// The `next/script` component should not be used in a `next/head` component.
2828
/// Instead move the `<Script />` component outside of `<Head>` instead.
2929
///
3030
/// ### Examples

0 commit comments

Comments
 (0)