Skip to content

Commit

Permalink
Fixed of name of http method patch (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricheux authored Dec 10, 2021
1 parent 5d747c8 commit 3ca6bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Postie/HTTP Method/HTTPMethod.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public enum HTTPMethod: String, Encodable {
case trace = "TRACE"

/// The `PATCH` method is used to apply partial modifications to a resource.
case path = "PATCH"
case patch = "PATCH"

}

0 comments on commit 3ca6bc6

Please sign in to comment.