Skip to content

Commit 43b556b

Browse files
valerii15298karenetheridge
authored andcommitted
Fix typo in HTTP Set-Cookie example
1 parent c67d915 commit 43b556b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2861,7 +2861,7 @@ components:
28612861
In an HTTP message, the serialized example would look like:
28622862
28632863
```http
2864-
Set-Cookie: lang=en-US; Expires=Wed, 09 Jun 2021 10:18:14 GM
2864+
Set-Cookie: lang=en-US; Expires=Wed, 09 Jun 2021 10:18:14 GMT
28652865
Set-Cookie: foo=bar; Expires=Wed, 09 Jun 2021 10:18:14 GMT
28662866
Set-Cookie: urlSafeData=Hello%2C%20world%21
28672867
```

0 commit comments

Comments
 (0)