Skip to content

Commit 0264076

Browse files
committed
fix: correct value
1 parent bcb887f commit 0264076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions_client/lib/src/types.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enum HttpMethod {
88
post("POST"),
99
put("PUT"),
1010
delete("DELETE"),
11-
patch("PAtch");
11+
patch("PATCH");
1212

1313
/// The uppercase HTTP method name. This should be used for a [Request]
1414
final String value;

0 commit comments

Comments
 (0)