Skip to content

Commit

Permalink
Fixed a spelling mistake in the readme.
Browse files Browse the repository at this point in the history
The word visibility was incorrectly spelt which cause the example to fail. Its only a small change but it bothered me so I fixed it.
  • Loading branch information
samjohnduke committed Jul 25, 2014
1 parent 6d589c0 commit dc61ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Beyond the basic usage, you can set a number of optional arguments including cal
onComplete: function(){
$('.photoset-grid').css({
'visiblity': 'visible'
'visibility': 'visible'
});
}
Expand Down

0 comments on commit dc61ea5

Please sign in to comment.