Skip to content

Commit 1e1352a

Browse files
authored
[Info Object Example] Update description
Removes duplicative use of word "server" Changes "Petstore" to "pet store" since "Petstore" is not a proper noun Signed-off-by: Rob Dolin <[email protected]>
1 parent 529548a commit 1e1352a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
227227
```json
228228
{
229229
"title": "Swagger Sample App",
230-
"description": "This is a sample server Petstore server.",
230+
"description": "This is a sample server for a pet store.",
231231
"termsOfService": "http://swagger.io/terms/",
232232
"contact": {
233233
"name": "API Support",
@@ -244,7 +244,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
244244

245245
```yaml
246246
title: Swagger Sample App
247-
description: This is a sample server Petstore server.
247+
description: This is a sample server for a pet store.
248248
termsOfService: http://swagger.io/terms/
249249
contact:
250250
name: API Support

0 commit comments

Comments
 (0)