Skip to content

Commit f43b546

Browse files
author
August Toman-Yih
committed
[fixed] Spelling error
Signed-off-by: Geoff Pleiss <gpleiss@pivotal.io>
1 parent cf99c68 commit f43b546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/assertions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ exports.tags = {
226226

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

0 commit comments

Comments
 (0)