Skip to content

Commit 08c5b9d

Browse files
committed
Remove semicolon from text/plain content type in example Swagger spec
1 parent fc78740 commit 08c5b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/swagger2/helloworld/swagger/helloworld-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ paths:
1313
description: Generates a greeting message.
1414
operationId: hello.post_greeting
1515
produces:
16-
- text/plain;
16+
- text/plain
1717
responses:
1818
200:
1919
description: greeting response

0 commit comments

Comments
 (0)