Skip to content

Commit

Permalink
Correct typo in aria attributes' names
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-saji committed Aug 3, 2015
1 parent 6a87759 commit de16578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/Helper/AbstractHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ abstract class AbstractHelper extends BaseAbstractHelper
'onvolumechange' => true,
'onwaiting' => true,
'role' => true,
'aria-labelled-by' => true,
'aria-described-by' => true,
'aria-labelledby' => true,
'aria-describedby' => true,
'spellcheck' => true,
'style' => true,
'tabindex' => true,
Expand Down

0 comments on commit de16578

Please sign in to comment.