woookdev 4 anni fa
parent
commit
eb9c87cb33
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Sources/General/Kingfisher.swift

+ 1 - 1
Sources/General/Kingfisher.swift

@@ -51,7 +51,7 @@ import WatchKit
 #endif
 #endif
 
 
 /// Wrapper for Kingfisher compatible types. This type provides an extension point for
 /// 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 struct KingfisherWrapper<Base> {
     public let base: Base
     public let base: Base
     public init(_ base: Base) {
     public init(_ base: Base) {