Skip to content

Commit 14132cd

Browse files
authored
Update src/content/compatibility-flags/upper-case-http-methods.md
1 parent 266acef commit 14132cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/compatibility-flags/upper-case-http-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ implementations are expected to uppercase the method. All other method names
1717
would generally be expected to throw as unrecognized (e.g. `patch` would be
1818
an error while `PATCH` is accepted). This is a bit restrictive, even if it
1919
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
20+
prior to parsing so that the method is always recognized if it is a known
2121
method.
2222

2323
To restore the standard behavior, use the `no_upper_case_all_http_methods`

0 commit comments

Comments
 (0)