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 bcb887f commit 0264076Copy full SHA for 0264076
packages/functions_client/lib/src/types.dart
@@ -8,7 +8,7 @@ enum HttpMethod {
8
post("POST"),
9
put("PUT"),
10
delete("DELETE"),
11
- patch("PAtch");
+ patch("PATCH");
12
13
/// The uppercase HTTP method name. This should be used for a [Request]
14
final String value;
0 commit comments