From b4c31ef7f92298cc86f51c3ad9e7c427b4fe284e Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Mon, 17 Jun 2024 14:37:16 -0500 Subject: [PATCH] fix #120: typo --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index e139f39..54ea768 100644 --- a/R/utils.R +++ b/R/utils.R @@ -237,7 +237,7 @@ lang_files = function(package, path, langs) { warn = function(l1, l2, url) warning( "Unable to recognize code blocks with language(s): ", comma_list(l2), ". They will not be syntax highlighted by ", package, ".js. If you can find ", - "the right language files at ", url, ", you may mangually specify their names ", + "the right language files at ", url, ", you may mannually specify their names ", "in the 'languages' field of the 'js_highlight' option.", if (length(l1)) c(" Also remember to add ", comma_list(l1)) )