Merge pull request #3210 from eltociear/patch-1

Fix typo in plugin.js
edit
Hakim El Hattab 2022-05-20 14:32:36 +02:00 committed by GitHub
commit 0d5b69d551
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.