aboutsummaryrefslogtreecommitdiffhomepage
path: root/markup
diff options
context:
space:
mode:
authorhuajin tong <[email protected]>2024-11-28 18:20:02 +0800
committerGitHub <[email protected]>2024-11-28 11:20:02 +0100
commitfc3d1cbadb48d5f8e10fcd811377de6b8453ea8d (patch)
tree8ff737d4807562f796b347c8487625a41f5f7512 /markup
parent7e130e34f202d400891cd2acaaf196c049b17f7f (diff)
downloadhugo-fc3d1cbadb48d5f8e10fcd811377de6b8453ea8d.tar.gz
hugo-fc3d1cbadb48d5f8e10fcd811377de6b8453ea8d.zip
Fix some typos
Diffstat (limited to 'markup')
-rw-r--r--markup/blackfriday/anchors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/blackfriday/anchors.go b/markup/blackfriday/anchors.go
index 7b0b41854..e00c24c9a 100644
--- a/markup/blackfriday/anchors.go
+++ b/markup/blackfriday/anchors.go
@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// Package blackfriday holds some compability functions for the old Blackfriday v1 Markdown engine.
+// Package blackfriday holds some compatibility functions for the old Blackfriday v1 Markdown engine.
package blackfriday
import "unicode"