File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
229
229
``` json
230
230
{
231
231
"title" : " Swagger Sample App" ,
232
- "description" : " This is a sample server Petstore server ." ,
232
+ "description" : " This is a sample server for a pet store ." ,
233
233
"termsOfService" : " http://swagger.io/terms/" ,
234
234
"contact" : {
235
235
"name" : " API Support" ,
@@ -246,7 +246,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
246
246
247
247
``` yaml
248
248
title : Swagger Sample App
249
- description : This is a sample server Petstore server .
249
+ description : This is a sample server for a pet store .
250
250
termsOfService : http://swagger.io/terms/
251
251
contact :
252
252
name : API Support
You can’t perform that action at this time.
0 commit comments