1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-01-17 13:28:29 +01:00

Merge pull request #3506 from Mister-Hope/typos

chore: fix typos
This commit is contained in:
Hakim El Hattab 2023-10-29 19:43:38 +01:00 committed by GitHub
commit b6a3ea82e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 ) {