fix typo "to many requests"

This commit is contained in:
Hazelnoot 2024-11-22 15:26:55 -05:00
parent fd47bf3483
commit dbab122a99
2 changed files with 67 additions and 67 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: {