fix typo
This commit is contained in:
parent
7738d13679
commit
8e863fd4e3
4 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,7 @@
|
|||
"canSendMail": {"staff": true, "admin": true}
|
||||
},
|
||||
/*
|
||||
clipKeys are the properties that clips can by sorted by.
|
||||
clipKeys are the properties that clips can be sorted by.
|
||||
If sortOperator is not specified, it will be + for strings and - for numbers.
|
||||
*/
|
||||
"clipKeys": [
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"canSendMail": {"staff": true, "admin": true}
|
||||
},
|
||||
/*
|
||||
clipKeys are the properties that clips can by sorted by.
|
||||
clipKeys are the properties that clips can be sorted by.
|
||||
If sortOperator is not specified, it will be + for strings and - for numbers.
|
||||
*/
|
||||
"clipKeys": [
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"canSendMail": {"staff": true, "admin": true}
|
||||
},
|
||||
/*
|
||||
clipKeys are the properties that clips can by sorted by.
|
||||
clipKeys are the properties that clips can be sorted by.
|
||||
If sortOperator is not specified, it will be + for strings and - for numbers.
|
||||
*/
|
||||
"clipKeys": [
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"canSendMail": {"staff": true, "admin": true}
|
||||
},
|
||||
/*
|
||||
clipKeys are the properties that clips can by sorted by.
|
||||
clipKeys are the properties that clips can be sorted by.
|
||||
If sortOperator is not specified, it will be + for strings and - for numbers.
|
||||
*/
|
||||
"clipKeys": [
|
||||
|
|
Loading…
Reference in a new issue