We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266acef commit 14132cdCopy full SHA for 14132cd
src/content/compatibility-flags/upper-case-http-methods.md
@@ -17,7 +17,7 @@ implementations are expected to uppercase the method. All other method names
17
would generally be expected to throw as unrecognized (e.g. `patch` would be
18
an error while `PATCH` is accepted). This is a bit restrictive, even if it
19
is in the spec. This flag modifies the behavior to uppercase all methods
20
-prior to parsing to that the method is always recognized if it is a known
+prior to parsing so that the method is always recognized if it is a known
21
method.
22
23
To restore the standard behavior, use the `no_upper_case_all_http_methods`
0 commit comments