diff options
Diffstat (limited to 'parser/metadecoders/format.go')
-rw-r--r-- | parser/metadecoders/format.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/metadecoders/format.go b/parser/metadecoders/format.go index d34a261bf..17e13f467 100644 --- a/parser/metadecoders/format.go +++ b/parser/metadecoders/format.go @@ -23,7 +23,7 @@ import ( type Format string const ( - // These are the supported metdata formats in Hugo. Most of these are also + // These are the supported metadata formats in Hugo. Most of these are also // supported as /data formats. ORG Format = "org" JSON Format = "json" |