summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-29 00:38:07 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-29 00:38:07 +0900
commit973b1e42ef41e842cecce2a11f6b8dd8b50f767b (patch)
treee0894877085cd8b68fc64bea5ea870fd112e2078 /src/server/api/endpoints
parent#1579 (diff)
downloadsharkey-973b1e42ef41e842cecce2a11f6b8dd8b50f767b.tar.gz
sharkey-973b1e42ef41e842cecce2a11f6b8dd8b50f767b.tar.bz2
sharkey-973b1e42ef41e842cecce2a11f6b8dd8b50f767b.zip
typo
Diffstat (limited to 'src/server/api/endpoints')
-rw-r--r--src/server/api/endpoints/notes/replies.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/notes/replies.ts b/src/server/api/endpoints/notes/replies.ts
index 7261d3dbf6..f407f3bd56 100644
--- a/src/server/api/endpoints/notes/replies.ts
+++ b/src/server/api/endpoints/notes/replies.ts
@@ -2,7 +2,7 @@ import $ from 'cafy'; import ID from '../../../../cafy-id';
import Note, { pack } from '../../../../models/note';
/**
- * GEt replies of a note
+ * Get replies of a note
*/
module.exports = (params, user) => new Promise(async (res, rej) => {
// Get 'noteId' parameter