From 49788655ab7a22908ce3003e06c1d9937f9f798d Mon Sep 17 00:00:00 2001 From: Illia Tverdokhlib Date: Fri, 7 Jun 2019 17:09:47 +0200 Subject: [PATCH] Typo fix --- examples/bs3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);