Skip to content

Commit

Permalink
No need for quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Mar 22, 2017
1 parent 917d237 commit 57fea15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ exports.swaggerInlineExample = function(_lang) {

var annotation = [
'@api [get] /pet/{petId}',
'description: "Returns all pets from the system that the user has access to"',
'description: Returns all pets from the system that the user has access to',
'parameters:',
' - (path) petId=2* {Integer} The pet ID',
' - (query) limit {Integer:int32} The number of resources to return',
Expand Down

0 comments on commit 57fea15

Please sign in to comment.