Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Mar 20, 2024
1 parent 5b1c2c6 commit b864002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Compute/IncomingRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public struct IncomingRequest: Sendable {

extension IncomingRequest {

@available(*, deprecated, renamed: "TLSFingerptint", message: "Use TLSFingerprint with provided method")
@available(*, deprecated, renamed: "TLSFingerprint", message: "Use TLSFingerprint with provided method")
public func clientFingerprint() -> String? {
return try? Fastly.Request.downstreamTLSJA3MD5().hex
}
Expand Down

0 comments on commit b864002

Please sign in to comment.