summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helpers/pygments.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/pygments.go b/helpers/pygments.go
index a858fba4b..46eb879e5 100644
--- a/helpers/pygments.go
+++ b/helpers/pygments.go
@@ -26,7 +26,7 @@ func Highlight(code string, lexer string) string {
if _, err := exec.LookPath(pygmentsBin); err != nil {
- jww.WARN.Println("Highlighting requries Pygments to be installed and in the path")
+ jww.WARN.Println("Highlighting requires Pygments to be installed and in the path")
return code
}