Skip to content

Commit

Permalink
fix #120: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jun 17, 2024
1 parent 37c0ff6 commit b4c31ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
)
Expand Down

0 comments on commit b4c31ef

Please sign in to comment.