Skip to content

Commit f19be05

Browse files
committed
Fix typo (review feedback)
Thanks @notEthan!
1 parent a345721 commit f19be05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versions/3.0.4.md

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

41334133
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`).
4134-
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.
4134+
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.
41354135

41364136
### Percent-Encoding and `form-data`
41374137

0 commit comments

Comments
 (0)