Skip to content

Commit 377964a

Browse files
authored
Merge pull request OAI#930 from RobDolinMS/patch-8
[Info Object Example] Update description
2 parents 51ea600 + 1e1352a commit 377964a

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
@@ -229,7 +229,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
229229
```json
230230
{
231231
"title": "Swagger Sample App",
232-
"description": "This is a sample server Petstore server.",
232+
"description": "This is a sample server for a pet store.",
233233
"termsOfService": "http://swagger.io/terms/",
234234
"contact": {
235235
"name": "API Support",
@@ -246,7 +246,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
246246

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

0 commit comments

Comments
 (0)