Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
woookDev committed May 16, 2021
1 parent e30efd8 commit eb9c87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/General/Kingfisher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import WatchKit
#endif

/// Wrapper for Kingfisher compatible types. This type provides an extension point for
/// connivence methods in Kingfisher.
/// convenience methods in Kingfisher.
public struct KingfisherWrapper<Base> {
public let base: Base
public init(_ base: Base) {
Expand Down

0 comments on commit eb9c87c

Please sign in to comment.