Sfoglia il codice sorgente

Fix typo in plugin.js

withing -> within
Ikko Ashimine 3 anni fa
parent
commit
a8e9d8cc8a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugin/highlight/plugin.js

+ 1 - 1
plugin/highlight/plugin.js

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