diff options
author | Christian Oliff <christianoliff@pm.me> | 2024-04-11 16:23:17 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 09:23:17 +0200 |
commit | 17765a74518f720b3a5a90adaa0dfad1f5cfaf76 (patch) | |
tree | da2c302b6cb33057c430432037197e5583f1a84e /markup | |
parent | 92de8625c7f122343059e98c62d1049e27bb2573 (diff) | |
download | hugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.tar.gz hugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.zip |
all: Typo fixes
Diffstat (limited to 'markup')
-rw-r--r-- | markup/goldmark/goldmark_config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/goldmark/goldmark_config/config.go b/markup/goldmark/goldmark_config/config.go index 9a14bf9b8..c22852b29 100644 --- a/markup/goldmark/goldmark_config/config.go +++ b/markup/goldmark/goldmark_config/config.go @@ -217,6 +217,6 @@ type Parser struct { type ParserAttribute struct { // Enables custom attributes for titles. Title bool - // Enables custom attributeds for blocks. + // Enables custom attributes for blocks. Block bool } |