summaryrefslogtreecommitdiff
path: root/src/models
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-05 15:09:37 +0900
committerGitHub <noreply@github.com>2019-02-05 15:09:37 +0900
commit266c31981da044af1c1bc276867441bae6f8c9e8 (patch)
treefb4bea30068d911902433fd5b38a213e2a560b61 /src/models
parentFix bug (diff)
downloadmisskey-266c31981da044af1c1bc276867441bae6f8c9e8.tar.gz
misskey-266c31981da044af1c1bc276867441bae6f8c9e8.tar.bz2
misskey-266c31981da044af1c1bc276867441bae6f8c9e8.zip
Fix typo
Diffstat (limited to 'src/models')
-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;