summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/meta.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-25 03:23:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-25 03:23:19 +0900
commit68d90caab725b7777fddee3c59a7586a36ca4796 (patch)
tree844b67ed4166e135b830f33b5b74af545ffb019b /src/server/api/endpoints/meta.ts
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-68d90caab725b7777fddee3c59a7586a36ca4796.tar.gz
sharkey-68d90caab725b7777fddee3c59a7586a36ca4796.tar.bz2
sharkey-68d90caab725b7777fddee3c59a7586a36ca4796.zip
Fix doc
Diffstat (limited to 'src/server/api/endpoints/meta.ts')
-rw-r--r--src/server/api/endpoints/meta.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/meta.ts b/src/server/api/endpoints/meta.ts
index d7099ea045..e9b0da3b57 100644
--- a/src/server/api/endpoints/meta.ts
+++ b/src/server/api/endpoints/meta.ts
@@ -56,7 +56,7 @@ export const meta = {
},
}
},
- description: 'The description of this instance.',
+ description: 'The announcements of this instance.',
},
disableRegistration: {
type: 'boolean',