Skip to content

Commit 709ef82

Browse files
committed
Fix typo (review feedback)
Thanks @notEthan!
1 parent 3f3fa34 commit 709ef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3554,7 +3554,7 @@ Reserved characters with no special meaning defined within a component can be le
35543554
However, other specifications can define special meanings, requiring percent-encoding for those characters outside of the additional special meanings.
35553555

35563556
The `form-urlencoded` media type defines special meanings for `=` and `&` as delimiters, and `+` as the replacement for the space character (instead of its percent-encoded form of `%20`).
3557-
This means that while these three characters are reserved-but-allowed in query strings by RFC3986, the must be percent-encoded in `form-urlencoded` query strings except when used for their `form-urlencoded` purposes; see [Appendix C](#usingRFC6570Implementations) for an example of handling `+` in form values.
3557+
This means that while these three characters are reserved-but-allowed in query strings by RFC3986, they must be percent-encoded in `form-urlencoded` query strings except when used for their `form-urlencoded` purposes; see [Appendix C](#usingRFC6570Implementations) for an example of handling `+` in form values.
35583558

35593559
### Percent-Encoding and `form-data`
35603560

0 commit comments

Comments
 (0)