소스 검색

Fix typo in plugin.js

withing -> within
Ikko Ashimine 3 년 전
부모
커밋
a8e9d8cc8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugin/highlight/plugin.js

+ 1 - 1
plugin/highlight/plugin.js

@@ -19,7 +19,7 @@ const Plugin = {
 	hljs,
 
 	/**
-	 * Highlights code blocks withing the given deck.
+	 * Highlights code blocks within the given deck.
 	 *
 	 * Note that this can be called multiple times if
 	 * there are multiple presentations on one page.