Skip to content

Commit 0994210

Browse files
committed
Reword to placate markdown-lint
1 parent caaa7ab commit 0994210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4531,7 +4531,7 @@ While `contentEncoding` also supports the `base64url` encoding, which is URL-saf
45314531

45324532
Using `style: "form"` with `in: "cookie"` via an RFC6570 implementation requires stripping the `?` prefix, as when producing `application/x-www-form-urlencoded` message bodies.
45334533

4534-
For multiple values, `style: "form"` is always incorrect, even if no characters are subject to percent-encoding, as name=value pairs in cookies are delimited by `; ` (a semicolon followed by a space character) rather than `&`.
4534+
For multiple values, `style: "form"` is always incorrect, even if no characters are subject to percent-encoding, as name=value pairs in cookies are delimited by a semicolon followed by a space character rather than `&`.
45354535

45364536
## Appendix E: Percent-Encoding and Form Media Types
45374537

0 commit comments

Comments
 (0)