Skip to content

Commit d45dca0

Browse files
authored
Merge pull request foundeo#1381 from JamoCA/patch-3
Typo: Sort should use "desc" instead of "dec".
2 parents 6331baf + dfff2b5 commit d45dca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/en/directorylist.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
{
5151
"name": "sort",
52-
"description": "Columns by which to sort. e.g. `Directory, Size DESC, DateLastModified`. To qualify a column, use `asc` (ascending sort a-z) or `dec` (descending sort z-a).",
52+
"description": "Columns by which to sort. e.g. `Directory, Size DESC, DateLastModified`. To qualify a column, use `asc` (ascending sort a-z) or `desc` (descending sort z-a).",
5353
"required": false,
5454
"default": "",
5555
"type": "string",

0 commit comments

Comments
 (0)