Skip to content

Commit

Permalink
fix(aria-input-field-name): add the missing word must to help metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Jun 16, 2020
1 parent a3ddc6e commit b0f5562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/aria-input-field-name.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit b0f5562

Please sign in to comment.