Skip to content

Commit

Permalink
Fix typo in pages-sections.md (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
atezet authored Feb 24, 2023
1 parent 6f683ce commit 5f90ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/documentation/templates/pages-sections.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ path: String;
components: Array<String>;
permalink: String;
extra: HashMap<String, Any>;
// 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<Page>;
Expand Down

0 comments on commit 5f90ad1

Please sign in to comment.