Skip to content

Commit

Permalink
fix(backend/misskey-js): タイポ修正 (#15046)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Nov 24, 2024
1 parent ae1d0b0 commit d176db5
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 d176db5

Please sign in to comment.