From 40ea44d244b509659173f73305a10518f53b75a3 Mon Sep 17 00:00:00 2001 From: Keita Ishibashi Date: Wed, 22 Apr 2020 11:07:28 +0900 Subject: [PATCH] fix typo (#1088) --- 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 028a15c9b..b01568d39 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.68.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`.