diff options
author | Christian Oliff <[email protected]> | 2024-02-11 20:51:33 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-11 13:51:33 +0200 |
commit | 0672b5c76605132475ff18b8c526f1cf0d6affc3 (patch) | |
tree | 2af2eb9d8eb1458ed6c39b58328c7d21d0c522d2 /output | |
parent | e309f82efe1885aa5b8030be48c36ba4432ddd7b (diff) | |
download | hugo-0672b5c76605132475ff18b8c526f1cf0d6affc3.tar.gz hugo-0672b5c76605132475ff18b8c526f1cf0d6affc3.zip |
all: Fix typos
Diffstat (limited to 'output')
-rw-r--r-- | output/outputFormat.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outputFormat.go b/output/outputFormat.go index 981d895b6..d249c72b9 100644 --- a/output/outputFormat.go +++ b/output/outputFormat.go @@ -72,10 +72,10 @@ type Format struct { // Setting this will make this output format control the value of // .Permalink and .RelPermalink for a rendered Page. // If not set, these values will point to the main (first) output format - // configured. That is probably the behaviour you want in most situations, + // configured. That is probably the behavior you want in most situations, // as you probably don't want to link back to the RSS version of a page, as an // example. AMP would, however, be a good example of an output format where this - // behaviour is wanted. + // behavior is wanted. Permalinkable bool `json:"permalinkable"` // Setting this to a non-zero value will be used as the first sort criteria. |