Skip to content

Commit

Permalink
chore: update demo swagger.yaml (#417)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
iamlucianojr authored and RomanHotsiy committed Feb 18, 2018
1 parent 454e5bd commit e0c6086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ paths:
tags:
- pet
summary: Finds Pets by status
description: Multiple status values can be provided with comma seperated strings
description: Multiple status values can be provided with comma separated strings
operationId: findPetsByStatus
produces:
- application/xml
Expand Down Expand Up @@ -336,7 +336,7 @@ paths:
tags:
- pet
summary: Finds Pets by tags
description: 'Muliple tags can be provided with comma seperated strings. Use tag1, tag2, tag3 for testing.'
description: 'Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.'
operationId: findPetsByTags
deprecated: true
produces:
Expand Down

0 comments on commit e0c6086

Please sign in to comment.