diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-05 17:30:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-05 17:30:25 +0900 |
| commit | 2f4434b0d87b452cd425f3044b1bf09776fae998 (patch) | |
| tree | 79d181703897dca1582ad66989f8a0032734c171 /src | |
| parent | Improve readability (diff) | |
| parent | New translations ja-JP.yml (Chinese Simplified) (#4140) (diff) | |
| download | sharkey-2f4434b0d87b452cd425f3044b1bf09776fae998.tar.gz sharkey-2f4434b0d87b452cd425f3044b1bf09776fae998.tar.bz2 sharkey-2f4434b0d87b452cd425f3044b1bf09776fae998.zip | |
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to 'src')
| -rw-r--r-- | src/models/meta.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/meta.ts b/src/models/meta.ts index 4d4b00be6e..e5b729ea16 100644 --- a/src/models/meta.ts +++ b/src/models/meta.ts @@ -209,7 +209,7 @@ export type IMeta = { remoteDriveCapacityMb?: number; /** - * Max allowed note text length in charactors + * Max allowed note text length in characters */ maxNoteTextLength?: number; |