From 1402365eeca30bc3e2808d7bfe123cd1a6853a1f Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 25 Mar 2020 17:06:02 +0900 Subject: [PATCH] Fix included typo in build-options.md --- content/en/content-management/build-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/build-options.md b/content/en/content-management/build-options.md index 0ab6380dc..0cc72fdbe 100644 --- a/content/en/content-management/build-options.md +++ b/content/en/content-management/build-options.md @@ -35,7 +35,7 @@ Note that we extended this property from a boolean to an enum in Hugo 0.58.0. Valid values are: never -: The page will not be incldued in any page collection. +: The page will not be included in any page collection. always (default) : The page will be included in all page collections, e.g. `site.RegularPages`, `$page.Pages`.