Fix typo in pages-sections.md (#2115)
This commit is contained in:
parent
6f683ce5c6
commit
5f90ad1d33
@ -80,7 +80,7 @@ path: String;
|
|||||||
components: Array<String>;
|
components: Array<String>;
|
||||||
permalink: String;
|
permalink: String;
|
||||||
extra: HashMap<String, Any>;
|
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
|
// variable in the _index.md file of the corresponding section to "date" or "weight" for sorting by
|
||||||
// date and weight, respectively.
|
// date and weight, respectively.
|
||||||
pages: Array<Page>;
|
pages: Array<Page>;
|
||||||
|
Loading…
Reference in New Issue
Block a user