From 5f90ad1d339478f77722f538f0044d4ca797793f Mon Sep 17 00:00:00 2001 From: Arjen <4867268+arjentz@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:54:54 +0100 Subject: [PATCH] Fix typo in pages-sections.md (#2115) --- docs/content/documentation/templates/pages-sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/templates/pages-sections.md b/docs/content/documentation/templates/pages-sections.md index 4ddf31883a..701cf03bb9 100644 --- a/docs/content/documentation/templates/pages-sections.md +++ b/docs/content/documentation/templates/pages-sections.md @@ -80,7 +80,7 @@ path: String; components: Array; permalink: String; extra: HashMap; -// Pages directly in this section. By default, the pages are not sorted. Please set the "sorted_by" +// Pages directly in this section. By default, the pages are not sorted. Please set the "sort_by" // variable in the _index.md file of the corresponding section to "date" or "weight" for sorting by // date and weight, respectively. pages: Array;