Skip to content

Commit 4a79593

Browse files
committed
Fix typo (review feedback)
Thanks @notEthan!
1 parent 08543ca commit 4a79593

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
@@ -3969,7 +3969,7 @@ Reserved characters with no special meaning defined within a component can be le
39693969
However, other specifications can define special meanings, requiring percent-encoding for those characters outside of the additional special meanings.
39703970

39713971
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`).
3972-
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.
3972+
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.
39733973

39743974
### Percent-Encoding and `form-data`
39753975

0 commit comments

Comments
 (0)