Fix typo in OpenAPI service documentation (#9868)

This commit is contained in:
Aliaksei Hrynko
2024-01-02 19:00:28 +01:00
committed by GitHub
parent 89f5acfc9d
commit b1f5aecf36
2 changed files with 2 additions and 2 deletions

View File

@@ -241,7 +241,7 @@ function category2openapi(category, services) {
name: 'style',
in: 'query',
required: false,
description: 'If not specified, the defautl style is "flat".',
description: 'If not specified, the default style is "flat".',
schema: {
type: 'string',
enum: ['flat', 'flat-square', 'plastic', 'for-the-badge', 'social'],

View File

@@ -88,7 +88,7 @@ const expected = {
name: 'style',
in: 'query',
required: false,
description: 'If not specified, the defautl style is "flat".',
description: 'If not specified, the default style is "flat".',
schema: {
enum: ['flat', 'flat-square', 'plastic', 'for-the-badge', 'social'],
type: 'string',