From 5da68e068691a7415aa4c6363ce0db22b40126dc Mon Sep 17 00:00:00 2001 From: Peter Briggs <146312751+pwbriggs@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:49:54 -0700 Subject: [PATCH] Fix typo in index.html wont -> won't --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cd0cb90..18f436d 100644 --- a/index.html +++ b/index.html @@ -415,7 +415,7 @@ if ("ontouchstart" in document.documentElement) { but it's optional - if not provided default transition duration for the presentation will be used. You can also simply call `impress()` again to get the API, so `impress().next()` is also allowed. - Don't worry, it wont initialize the presentation again. + Don't worry, it won't initialize the presentation again. For some example uses of this API check the last part of the source of impress.js where the API is used in event handlers.