Skip to content

Commit

Permalink
Fix spelling of 'aria-label'
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilson committed Jun 15, 2017
1 parent 16dc716 commit a2b39f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.colorbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
function start() {
$slideshow
.html(settings.get('slideshowStop'))
.attr('aria-lable', settings.get('slideshowStop'))
.attr('aria-label', settings.get('slideshowStop'))
.unbind(click)
.one(click, stop);

Expand All @@ -338,7 +338,7 @@

$slideshow
.html(settings.get('slideshowStart'))
.attr('aria-lable', settings.get('slideshowStart'))
.attr('aria-label', settings.get('slideshowStart'))
.unbind(click)
.one(click, function () {
publicMethod.next();
Expand Down

0 comments on commit a2b39f2

Please sign in to comment.