diff --git a/lib/assertions.js b/lib/assertions.js index 575a63e..0677272 100644 --- a/lib/assertions.js +++ b/lib/assertions.js @@ -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;