summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-05 17:30:25 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-05 17:30:25 +0900
commit2f4434b0d87b452cd425f3044b1bf09776fae998 (patch)
tree79d181703897dca1582ad66989f8a0032734c171 /src
parentImprove readability (diff)
parentNew translations ja-JP.yml (Chinese Simplified) (#4140) (diff)
downloadsharkey-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.ts2
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;