Skip to content

Commit dd88f00

Browse files
committed
fix typo - UpdateUser comment
1 parent 79a18b0 commit dd88f00

File tree

459 files changed

+733
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

459 files changed

+733
-733
lines changed

modules/openapi-generator-maven-plugin/examples/multi-module/sample-schema/src/main/resources/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ paths:
532532
parameters:
533533
- name: "username"
534534
in: "path"
535-
description: "name that need to be deleted"
535+
description: "name of the user that needs to be updated"
536536
required: true
537537
type: "string"
538538
- in: "body"

modules/openapi-generator-maven-plugin/examples/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ paths:
532532
parameters:
533533
- name: "username"
534534
in: "path"
535-
description: "name that need to be deleted"
535+
description: "name of the user that needs to be updated"
536536
required: true
537537
type: "string"
538538
- in: "body"

modules/openapi-generator-maven-plugin/src/test/resources/unit/common-maven/petstore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ paths:
527527
parameters:
528528
- name: username
529529
in: path
530-
description: name that need to be deleted
530+
description: name of the user that needs to be updated
531531
required: true
532532
schema:
533533
type: string

modules/openapi-generator-online/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
{
222222
"name": "username",
223223
"in": "path",
224-
"description": "name that need to be deleted",
224+
"description": "name of the user that needs to be updated",
225225
"required": true,
226226
"type": "string"
227227
},

modules/openapi-generator/src/test/resources/1_2/petstore-1.2/user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"parameters": [
135135
{
136136
"name": "username",
137-
"description": "name that need to be deleted",
137+
"description": "name of the user that needs to be updated",
138138
"required": true,
139139
"type": "string",
140140
"paramType": "path"

modules/openapi-generator/src/test/resources/2_0/globalSecurity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
{
758758
"name": "username",
759759
"in": "path",
760-
"description": "name that need to be deleted",
760+
"description": "name of the user that needs to be updated",
761761
"required": true,
762762
"type": "string"
763763
},

modules/openapi-generator/src/test/resources/2_0/petstore-nullable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ paths:
519519
parameters:
520520
- name: username
521521
in: path
522-
description: name that need to be deleted
522+
description: name of the user that needs to be updated
523523
required: true
524524
type: string
525525
- in: body

modules/openapi-generator/src/test/resources/2_0/petstore-orig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@
738738
{
739739
"name": "username",
740740
"in": "path",
741-
"description": "name that need to be deleted",
741+
"description": "name of the user that needs to be updated",
742742
"required": true,
743743
"type": "string"
744744
},

modules/openapi-generator/src/test/resources/2_0/petstore-proto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ paths:
520520
parameters:
521521
- name: username
522522
in: path
523-
description: name that need to be deleted
523+
description: name of the user that needs to be updated
524524
required: true
525525
type: string
526526
- in: body

modules/openapi-generator/src/test/resources/2_0/petstore-vendor-mime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ paths:
515515
parameters:
516516
- name: username
517517
in: path
518-
description: name that need to be deleted
518+
description: name of the user that needs to be updated
519519
required: true
520520
type: string
521521
- in: body

0 commit comments

Comments
 (0)