diff --git a/examples/bs3.html b/examples/bs3.html index 70489ce..65d8717 100644 --- a/examples/bs3.html +++ b/examples/bs3.html @@ -223,7 +223,7 @@

Options

$(this).ekkoLightbox({ alwaysShowClose: true, onShown: function() { - console.log('Checking our the events huh?'); + console.log('Checking out the events huh?'); }, onNavigate: function(direction, itemIndex) console.log('Navigating '+direction+'. Current item: '+itemIndex);