Fix typo in plugin.js

withing -> within
edit
Ikko Ashimine 2022-05-19 12:42:45 +09:00 committed by GitHub
parent 3dade61176
commit a8e9d8cc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.