From ab760babb7511601e84148d742d1564006e531c5 Mon Sep 17 00:00:00 2001 From: Rob van der Linde Date: Tue, 30 Apr 2024 19:41:47 +1200 Subject: [PATCH] Fix typo in jsdoc: presentation --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/reveal.js b/js/reveal.js index 927b0a1c095..21976e080ca 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1252,7 +1252,7 @@ export default function( revealElement, options ) { /** * Returns true if we're currently on the last slide in - * the presenation. If the last slide is a stack, we only + * the presentation. If the last slide is a stack, we only * consider this the last slide if it's at the end of the * stack. */