You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/erblint-github/linters/github/accessibility/no_aria_hidden_on_focusable_counter.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ class NoAriaHiddenOnFocusableCounter < Linter
10
10
includeERBLint::Linters::CustomHelpers
11
11
includeLinterRegistry
12
12
13
-
MESSAGE="Elements that are focusable should not have `aria-hidden='true' because it can cause confusion on the state of the element for assistive technolgoy users."
13
+
MESSAGE="Elements that are focusable should not have `aria-hidden='true' because it can cause confusion on the state of the element for assistive technology users."
0 commit comments