2
0
woookdev 4 жил өмнө
parent
commit
eb9c87cb33

+ 1 - 1
Sources/General/Kingfisher.swift

@@ -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) {