Skip to content

Commit

Permalink
[fixed] Spelling error
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Pleiss <[email protected]>
  • Loading branch information
August Toman-Yih committed Aug 19, 2015
1 parent cf99c68 commit f43b546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ exports.tags = {

exports.render = {
NO_LABEL: {
msg: 'You have an unlabled element or control. Add `aria-label` or `aria-labelledby` attribute, or put some text in the element.',
msg: 'You have an unlabeled element or control. Add `aria-label` or `aria-labelled-by` attribute, or put some text in the element.',
test (tagName, props, children, failureCB) {
if (isHiddenFromAT(props) || presentationRoles.has(props.role))
return;
Expand Down

0 comments on commit f43b546

Please sign in to comment.