diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2024-11-22 21:33:03 +0000 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2024-11-22 21:33:03 +0000 |
| commit | 3faad0a5e5c9448f395658c95aea9baf98e360c0 (patch) | |
| tree | 6fe06327e57a03dc55e95a82560d72e8080d45fe /packages/backend/src/server/api/openapi | |
| parent | merge: Fix note hiding when renote and target have different visibility setti... (diff) | |
| parent | fix typo "to many requests" (diff) | |
| download | sharkey-3faad0a5e5c9448f395658c95aea9baf98e360c0.tar.gz sharkey-3faad0a5e5c9448f395658c95aea9baf98e360c0.tar.bz2 sharkey-3faad0a5e5c9448f395658c95aea9baf98e360c0.zip | |
merge: Fix typo "to many requests" (!769)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/769
Approved-by: Tess K <me@thvxl.se>
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'packages/backend/src/server/api/openapi')
| -rw-r--r-- | packages/backend/src/server/api/openapi/gen-spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/server/api/openapi/gen-spec.ts b/packages/backend/src/server/api/openapi/gen-spec.ts index fb5954fee0..82ee0f47d7 100644 --- a/packages/backend/src/server/api/openapi/gen-spec.ts +++ b/packages/backend/src/server/api/openapi/gen-spec.ts @@ -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: { |