Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Feb 24, 2023
1 parent 12304fe commit f0b411f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Migrations/Nuke 12 Migration Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let image: ImageResponse = try await ImagePipeline.shared.image(for: url)
// After (Nuke 12)
let image: UIImage = try await ImagePipeline.shared.image(for: url)

// To retreive an `ImageResponse` use a new `imageTask(with:)` method (Nuke 12)
// To retrieve an `ImageResponse` use a new `imageTask(with:)` method (Nuke 12)
let response = try await ImagePipeline.shared.imageTask(with: url).response
```

Expand Down

0 comments on commit f0b411f

Please sign in to comment.