From b0f5562ac2a746e8ac78f6e483e39162680f3a22 Mon Sep 17 00:00:00 2001 From: Steven Lambert Date: Tue, 16 Jun 2020 10:18:36 -0600 Subject: [PATCH] fix(aria-input-field-name): add the missing word must to help metadata --- lib/rules/aria-input-field-name.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/aria-input-field-name.json b/lib/rules/aria-input-field-name.json index b41f1ee5cf..f1d32961b7 100644 --- a/lib/rules/aria-input-field-name.json +++ b/lib/rules/aria-input-field-name.json @@ -5,7 +5,7 @@ "tags": ["wcag2a", "wcag412"], "metadata": { "description": "Ensures every ARIA input field has an accessible name", - "help": "ARIA input fields have an accessible name" + "help": "ARIA input fields must have an accessible name" }, "all": [], "any": ["aria-label", "aria-labelledby", "non-empty-title"],