Skip to content

Commit

Permalink
Fix typo in OpenAPI service documentation (#9868)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynko committed Jan 2, 2024
1 parent 89f5acf commit b1f5aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/base-service/openapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion core/base-service/openapi.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b1f5aec

Please sign in to comment.