소스 검색

Merge pull request #3506 from Mister-Hope/typos

chore: fix typos
Hakim El Hattab 1 년 전
부모
커밋
b6a3ea82e1
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      js/controllers/scrollview.js
  2. 2 2
      js/reveal.js

+ 1 - 1
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

+ 2 - 2
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 ) {