From 97d73bd3dc65d280234ad3470dc0dd762c85c41e Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Sat, 28 Oct 2023 18:40:24 +0800 Subject: [PATCH] chore: fix typos --- js/controllers/scrollview.js | 2 +- js/reveal.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/controllers/scrollview.js b/js/controllers/scrollview.js index b353518f63b..d7de17f7c92 100644 --- a/js/controllers/scrollview.js +++ b/js/controllers/scrollview.js @@ -754,7 +754,7 @@ export default class ScrollView { } /** - * Activates the given page and starts its embedded conten + * Activates the given page and starts its embedded content * if there is any. * * @param {object} page diff --git a/js/reveal.js b/js/reveal.js index 9fab21a2964..92afb83a020 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1867,7 +1867,7 @@ export default function( revealElement, options ) { } /** - * Shows all fragment elements within the given contaienr. + * Shows all fragment elements within the given container. */ function showFragmentsIn( container ) { @@ -1879,7 +1879,7 @@ export default function( revealElement, options ) { } /** - * Hides all fragment elements within the given contaienr. + * Hides all fragment elements within the given container. */ function hideFragmentsIn( container ) {