Skip to content

Commit

Permalink
Merge pull request hakimel#3506 from Mister-Hope/typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
hakimel committed Oct 29, 2023
2 parents b2d0a3f + 97d73bd commit b6a3ea8
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 b6a3ea8

Please sign in to comment.