Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
  • Loading branch information
marvinhagemeister and bartlomieju authored Nov 29, 2024
1 parent ac264c1 commit 417f102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/button_has_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl DiagnosticKind {
"`button` elements must have a `type` attribute"
}
DiagnosticKind::MissingValue => {
"Missing value for button `type` attribute"
"Missing value for button's `type` attribute"
}
DiagnosticKind::WrongValue => {
"Incorrect value for button `type` attribute"
Expand Down

0 comments on commit 417f102

Please sign in to comment.