From a8e9d8cc8a995f636d28f11966ef31d2d0a3aeb1 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 19 May 2022 12:42:45 +0900 Subject: [PATCH] Fix typo in plugin.js withing -> within --- plugin/highlight/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/highlight/plugin.js b/plugin/highlight/plugin.js index 6e893e9..46528bf 100644 --- a/plugin/highlight/plugin.js +++ b/plugin/highlight/plugin.js @@ -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.