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 12304fe commit f0b411fCopy full SHA for f0b411f
Documentation/Migrations/Nuke 12 Migration Guide.md
@@ -23,7 +23,7 @@ let image: ImageResponse = try await ImagePipeline.shared.image(for: url)
23
// After (Nuke 12)
24
let image: UIImage = try await ImagePipeline.shared.image(for: url)
25
26
-// To retreive an `ImageResponse` use a new `imageTask(with:)` method (Nuke 12)
+// To retrieve an `ImageResponse` use a new `imageTask(with:)` method (Nuke 12)
27
let response = try await ImagePipeline.shared.imageTask(with: url).response
28
```
29
0 commit comments