mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-25 09:33:08 +02:00
Fix typo
This commit is contained in:
parent
803fb0898a
commit
266c31981d
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ export type IMeta = {
|
||||||
remoteDriveCapacityMb?: number;
|
remoteDriveCapacityMb?: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Max allowed note text length in charactors
|
* Max allowed note text length in characters
|
||||||
*/
|
*/
|
||||||
maxNoteTextLength?: number;
|
maxNoteTextLength?: number;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue