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 0f19be0 commit d35a28eCopy full SHA for d35a28e
crates/oxc_linter/src/rules/nextjs/no_typos.rs
@@ -24,10 +24,11 @@ pub struct NoTypos;
24
declare_oxc_lint!(
25
/// ### What it does
26
///
27
- /// Prevent common typos in Next.js's data fetching functions
+ /// Detects common typos in Next.js data fetching function names.
28
29
/// ### Why is this bad?
30
31
+ /// Next.js will not call incorrectly named data fetching functions, causing pages to render without expected data.
32
33
/// ### Examples
34
0 commit comments