From 417f1024c23317b4ba5102a4820a22106d991724 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Fri, 29 Nov 2024 16:06:54 +0100 Subject: [PATCH] typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- src/rules/button_has_type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/button_has_type.rs b/src/rules/button_has_type.rs index 5ea81c3cf..10b2507e1 100644 --- a/src/rules/button_has_type.rs +++ b/src/rules/button_has_type.rs @@ -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"