Skip to content

Commit

Permalink
fix: fix typo in Petstore OpenAPI 2.0 (#4684)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-syn authored Jan 11, 2024
1 parent a281fc3 commit d417e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/default-definitions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ paths:
tags:
- "pet"
summary: "Finds Pets by tags"
description: "Muliple tags can be provided with comma separated strings. Use\
description: "Multiple tags can be provided with comma separated strings. Use\
\ tag1, tag2, tag3 for testing."

Check warning on line 937 in src/plugins/default-definitions/index.js

View workflow job for this annotation

GitHub Actions / build

Unnecessary escape character: \ .
operationId: "findPetsByTags"
produces:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/static/documents/petstore.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ paths:
tags:
- pet
summary: Finds Pets by tags
description: Muliple tags can be provided with comma separated strings. Use
description: Multiple tags can be provided with comma separated strings. Use
tag1, tag2, tag3 for testing.
operationId: findPetsByTags
produces:
Expand Down

0 comments on commit d417e31

Please sign in to comment.