summaryrefslogtreecommitdiffstats
path: root/markup/goldmark
diff options
context:
space:
mode:
Diffstat (limited to 'markup/goldmark')
-rw-r--r--markup/goldmark/internal/extensions/attributes/attributes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/goldmark/internal/extensions/attributes/attributes.go b/markup/goldmark/internal/extensions/attributes/attributes.go
index e10e7ba79..22c717b94 100644
--- a/markup/goldmark/internal/extensions/attributes/attributes.go
+++ b/markup/goldmark/internal/extensions/attributes/attributes.go
@@ -8,7 +8,7 @@ import (
"github.com/yuin/goldmark/util"
)
-// This extenion is based on/inspired by https://github.com/mdigger/goldmark-attributes
+// This extension is based on/inspired by https://github.com/mdigger/goldmark-attributes
// MIT License
// Copyright (c) 2019 Dmitry Sedykh