diff --git a/Sources/General/Kingfisher.swift b/Sources/General/Kingfisher.swift index 6dbc05389..67fa7568b 100644 --- a/Sources/General/Kingfisher.swift +++ b/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 { public let base: Base public init(_ base: Base) {