diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-25 03:23:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-25 03:23:19 +0900 |
| commit | 68d90caab725b7777fddee3c59a7586a36ca4796 (patch) | |
| tree | 844b67ed4166e135b830f33b5b74af545ffb019b /src/server/api/endpoints/meta.ts | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-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.ts | 2 |
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', |