Fix typo in OpenAPI service documentation (#9868)
This commit is contained in:
@@ -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'],
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user