Skip to content

Commit bd16afd

Browse files
committed
fix typo
1 parent f5c36f0 commit bd16afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/erblint-github/linters/github/accessibility/no_aria_hidden_on_focusable_counter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class NoAriaHiddenOnFocusableCounter < Linter
1010
include ERBLint::Linters::CustomHelpers
1111
include LinterRegistry
1212

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."
1414

1515
def run(processed_source)
1616
tags(processed_source).each do |tag|

0 commit comments

Comments
 (0)