Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 28, 2023
1 parent 790fd8c commit 97d73bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/controllers/scrollview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {

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

Expand Down

0 comments on commit 97d73bd

Please sign in to comment.