mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Little syntax mistake
This commit is contained in:
parent
2e954d8551
commit
b52e946381
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue