From f43b546fa8c123d21fbf0c90332b52e8f657f2a8 Mon Sep 17 00:00:00 2001 From: August Toman-Yih Date: Tue, 28 Jul 2015 15:12:08 -0700 Subject: [PATCH] [fixed] Spelling error Signed-off-by: Geoff Pleiss --- lib/assertions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;