Fix typo in plugin.js

withing -> within
This commit is contained in:
Ikko Ashimine
2022-05-19 12:42:45 +09:00
committed by GitHub
parent 3dade61176
commit a8e9d8cc8a

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.