From 266c31981da044af1c1bc276867441bae6f8c9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Tue, 5 Feb 2019 15:09:37 +0900 Subject: [PATCH] Fix typo --- src/models/meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/meta.ts b/src/models/meta.ts index 4d4b00be6..e5b729ea1 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;