diff --git a/content/en/functions/title.md b/content/en/functions/title.md index c7ed68bb4..d8e0f73a4 100644 --- a/content/en/functions/title.md +++ b/content/en/functions/title.md @@ -16,7 +16,7 @@ relatedfuncs: [] {{ title "table of contents (TOC)" }} → "Table of Contents (TOC)" ``` -By default, Hugo adheres to the capitalization rules in the [Associated Press (AP) Stylebook]. Change your [site configuration] if you would prefer to follow the [Chicago Manual of Style], or to use Go's convention of captilalizing every word. +By default, Hugo adheres to the capitalization rules in the [Associated Press (AP) Stylebook]. Change your [site configuration] if you would prefer to follow the [Chicago Manual of Style], or to use Go's convention of capitalizing every word. [Associated Press (AP) Stylebook]: https://www.apstylebook.com/ [Chicago Manual of Style]: https://www.chicagomanualofstyle.org/home.html diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 0eabd4591..4a946e308 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -577,7 +577,7 @@ status = 404 Set `titleCaseStyle` to specify the title style used by the [title](/functions/title/) template function and the automatic section titles in Hugo. -By default, Hugo adheres to the capitalization rules in the [Associated Press (AP) Stylebook]. Set `titleCaseStyle` to `chicago` if you would prefer to follow the [Chicago Manual of Style], or set if to `go` to use Go's convention of captilalizing every word. +By default, Hugo adheres to the capitalization rules in the [Associated Press (AP) Stylebook]. Set `titleCaseStyle` to `chicago` if you would prefer to follow the [Chicago Manual of Style], or set if to `go` to use Go's convention of capitalizing every word. [Associated Press (AP) Stylebook]: https://www.apstylebook.com/ [Chicago Manual of Style]: https://www.chicagomanualofstyle.org/home.html diff --git a/content/en/variables/page.md b/content/en/variables/page.md index a4166f330..f8266965e 100644 --- a/content/en/variables/page.md +++ b/content/en/variables/page.md @@ -219,9 +219,9 @@ The `.Fragments` method returns a list of fragments for the current page. {{ end }} {{ if gt (.Fragments.Identifiers.Count "my-identifier") 1 }} -
Page contains duplicate "my-idenfifier" fragments
+Page contains duplicate "my-identifier" fragments
{{ end }} -``` +``` .HeadingsMap : Holds a map of headings for the current page. Can be used to start the table of contents from a specific heading.