diff --git a/crates/biome_js_analyze/src/lint/style/use_naming_convention.rs b/crates/biome_js_analyze/src/lint/style/use_naming_convention.rs index ff239fe52612..ca7ccf3cc432 100644 --- a/crates/biome_js_analyze/src/lint/style/use_naming_convention.rs +++ b/crates/biome_js_analyze/src/lint/style/use_naming_convention.rs @@ -248,7 +248,7 @@ declare_lint_rule! { /// /// Note that some declarations are always ignored. /// You cannot apply a convention to them. - /// This is the cas eof: + /// This is the case of: /// /// - Member names that are not identifiers ///