Skip to content

Commit

Permalink
fix: add missing word (#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanker authored Oct 1, 2024
1 parent 3d498ed commit d503451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl Rule for UseSemanticElements {
"The elements with the following roles can be changed to the following elements:\n",
)
} else {
String::from("The element with this role can be changed to a DOM element that already this role.")
String::from("The element with this role can be changed to a DOM element that already has this role.")
};

for (element, attribute) in result_elements.iter().zip(result_attributes.iter()) {
Expand Down

0 comments on commit d503451

Please sign in to comment.