diff --git a/crates/rome_js_analyze/src/aria_analyzers/nursery/no_redundant_alt.rs b/crates/rome_js_analyze/src/aria_analyzers/nursery/no_redundant_alt.rs index 7d570120fb3..df188a5bcef 100644 --- a/crates/rome_js_analyze/src/aria_analyzers/nursery/no_redundant_alt.rs +++ b/crates/rome_js_analyze/src/aria_analyzers/nursery/no_redundant_alt.rs @@ -140,7 +140,7 @@ impl Rule for NoRedundantAlt { rule_category!(), state.range(), markup! { - "Avoid the words \"image\", \"picture\", or \"photo\" in" "img"" element alt text." + "Avoid the words \"image\", \"picture\", or \"photo\" in " "img"" element alt text." }, ) .note(markup! {