From eb9c87cb33b57f0db8057d0b1db725cbed97fcc6 Mon Sep 17 00:00:00 2001 From: woookdev Date: Sun, 16 May 2021 20:25:17 +0900 Subject: [PATCH] Fix minor typo --- Sources/General/Kingfisher.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {