summaryrefslogtreecommitdiffstats
path: root/utils/markdown/commonmark_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/markdown/commonmark_test.go')
-rw-r--r--utils/markdown/commonmark_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/markdown/commonmark_test.go b/utils/markdown/commonmark_test.go
index 13e61f52d..d1381cee5 100644
--- a/utils/markdown/commonmark_test.go
+++ b/utils/markdown/commonmark_test.go
@@ -1000,7 +1000,7 @@ func TestCommonMarkReferenceStrings(t *testing.T) {
}
}
-func TestCommonMarkRefernceAutolinks(t *testing.T) {
+func TestCommonMarkReferenceAutolinks(t *testing.T) {
// These tests are adapted from the GitHub-flavoured CommonMark extension tests located at
// https://github.com/github/cmark/blob/master/test/extensions.txt
for name, tc := range map[string]struct {