Fix typo in index.html

wont -> won't
This commit is contained in:
Peter Briggs
2024-04-20 21:49:54 -07:00
committed by Henrik Ingo
parent fd945d5574
commit 5da68e0686

View File

@@ -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. 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. 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 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. is used in event handlers.