diff --git a/content/en/functions/title.md b/content/en/functions/title.md index 63a34835f..da4054bbd 100644 --- a/content/en/functions/title.md +++ b/content/en/functions/title.md @@ -31,3 +31,7 @@ Can be combined in pipes. In the following snippet, the link text is cleaned up
  • {{ $name | humanize | title }} ({{ len $items }})
  • {{ end }} ``` + +## Configure Title Case + +The default is AP Stylebook, but you can [configure it](/getting-started/configuration/#configure-title-case).