From 04b89857e104ac7dcbf9fc65d8d4f1a1178123e6 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 16 Dec 2020 16:56:32 +0545 Subject: all: Fix minor typos --- markup/highlight/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markup') diff --git a/markup/highlight/config.go b/markup/highlight/config.go index 1bee58dc5..1dc1e28e2 100644 --- a/markup/highlight/config.go +++ b/markup/highlight/config.go @@ -155,7 +155,7 @@ func parseOptions(in string) (map[string]interface{}, error) { return opts, nil } -// startLine compansates for https://github.com/alecthomas/chroma/issues/30 +// startLine compensates for https://github.com/alecthomas/chroma/issues/30 func hlLinesToRanges(startLine int, s string) ([][2]int, error) { var ranges [][2]int s = strings.TrimSpace(s) -- cgit v1.2.3