diff options
author | huajin tong <[email protected]> | 2024-11-28 18:20:02 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-28 11:20:02 +0100 |
commit | fc3d1cbadb48d5f8e10fcd811377de6b8453ea8d (patch) | |
tree | 8ff737d4807562f796b347c8487625a41f5f7512 /markup | |
parent | 7e130e34f202d400891cd2acaaf196c049b17f7f (diff) | |
download | hugo-fc3d1cbadb48d5f8e10fcd811377de6b8453ea8d.tar.gz hugo-fc3d1cbadb48d5f8e10fcd811377de6b8453ea8d.zip |
Fix some typos
Diffstat (limited to 'markup')
-rw-r--r-- | markup/blackfriday/anchors.go | 2 |
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" |