Skip to content

Commit

Permalink
fix: typo (#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Feb 9, 2022
1 parent f12a8db commit 860f1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/tag/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module.exports = ctx => function codeTag(args, content) {
args.splice(index, 1);
}

// If 'hilight: false' is given, return escaped code directly
// If 'highlight: false' is given, return escaped code directly
if (!enableHighlight) {
return `<pre><code>${escapeHTML(content)}</code></pre>`;
}
Expand Down

0 comments on commit 860f1bf

Please sign in to comment.