From 2c830176685473e16539340962eba1084e349e6f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 18 Oct 2023 03:00:40 +0900 Subject: [PATCH] Fix typo in ContentLoading.swift propogate -> propagate --- .../Sources/Services/DataService/ContentLoading.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Services/DataService/ContentLoading.swift b/apple/OmnivoreKit/Sources/Services/DataService/ContentLoading.swift index f32e5005c..d276c40e1 100644 --- a/apple/OmnivoreKit/Sources/Services/DataService/ContentLoading.swift +++ b/apple/OmnivoreKit/Sources/Services/DataService/ContentLoading.swift @@ -231,7 +231,7 @@ extension DataService { _ = try await saveURL(id: id, url: url) } } catch { - // We don't propogate these errors, we just let it pass through so + // We don't propagate these errors, we just let it pass through so // the user can attempt to fetch content again. print("Error syncUnsyncedArticleContent", error) }