fix(backend/misskey-js): タイポ修正 (#15046)

This commit is contained in:
かっこかり 2024-11-24 15:23:07 +09:00 committed by GitHub
parent ae1d0b08eb
commit d176db517f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 56 additions and 56 deletions

View file

@ -183,7 +183,7 @@ export function genOpenapiSpec(config: Config, includeSelfRef = false) {
},
...(endpoint.meta.limit ? {
'429': {
description: 'To many requests',
description: 'Too many requests',
content: {
'application/json': {
schema: {