From dc61ea5b88fd71d0abad050d544cbd4b0e71758a Mon Sep 17 00:00:00 2001 From: Sam Duke Date: Fri, 25 Jul 2014 12:11:01 +1000 Subject: [PATCH] Fixed a spelling mistake in the readme. 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. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7bb8801..d17416c 100644 --- a/README.markdown +++ b/README.markdown @@ -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' }); }