diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 00:38:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 00:38:07 +0900 |
| commit | 973b1e42ef41e842cecce2a11f6b8dd8b50f767b (patch) | |
| tree | e0894877085cd8b68fc64bea5ea870fd112e2078 /src/server/api/endpoints | |
| parent | #1579 (diff) | |
| download | sharkey-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.ts | 2 |
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 |