Skip to content

Commit

Permalink
fix(backend/misskey-js): タイポ修正 (misskey-dev#15046)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Dec 9, 2024
1 parent fa271cf commit 78483e1
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion packages/backend/src/server/api/openapi/gen-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Loading

0 comments on commit 78483e1

Please sign in to comment.