Browse Source

Merge pull request #1712 from woookDev/master

Fix minor typo
Wei Wang 4 years ago
parent
commit
5fc2e26dc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/General/Kingfisher.swift

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