Skip to content

Commit

Permalink
fix(swagger): correct typo from 'text/plan' to 'text/plain' (#4263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostker authored Jan 17, 2025
1 parent 2fbf3f3 commit 70944fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swagger/src/swaggerExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ export class SwaggerExplorer {
}
} else {
tt.content = {
'text/plan': {
'text/plain': {
schema: {
type: convertSchemaType(tt.type),
},
Expand Down

0 comments on commit 70944fc

Please sign in to comment.