Skip to content

Commit

Permalink
Merge pull request #769 from woxtu/patch
Browse files Browse the repository at this point in the history
Fix thumbnail key for image request
  • Loading branch information
kean authored Mar 23, 2024
2 parents b01a8f7 + 53f662f commit d205efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Nuke/ImageRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public struct ImageRequest: CustomStringConvertible, Sendable, ExpressibleByStri
/// (``ImageProcessors/Resize``).
///
/// - note: You must be using the default image decoder to make it work.
public static let thumbnailKey: ImageRequest.UserInfoKey = "github.com/kean/nuke/thumbmnailKey"
public static let thumbnailKey: ImageRequest.UserInfoKey = "github.com/kean/nuke/thumbnail"
}

/// Thumbnail options.
Expand Down

0 comments on commit d205efe

Please sign in to comment.