Fix typo: not -> note

1344ffa67d (commitcomment-31817792)
This commit is contained in:
Aya Morisawa 2019-01-05 10:29:46 +09:00 committed by GitHub
parent 4d7d119524
commit 84ea1fbd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default define(meta, (ps, user) => new Promise(async (res, rej) => {
}
if (note.deletedAt != null) {
return rej('this not is already deleted');
return rej('this note is already deleted');
}
try {