Merge pull request #3210 from eltociear/patch-1

Fix typo in plugin.js
This commit is contained in:
Hakim El Hattab
2022-05-20 14:32:36 +02:00
committed by GitHub

View File

@ -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.