瀏覽代碼

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.