From 57fea15c41ea5d944cfc2baa5c041cde74f27ee6 Mon Sep 17 00:00:00 2001 From: Gregory Koberger Date: Wed, 22 Mar 2017 14:12:17 -0700 Subject: [PATCH] No need for quotes --- utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.js b/utils.js index 09c059e13..db0bfa0a3 100644 --- a/utils.js +++ b/utils.js @@ -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',