Fix typo in ContentLoading.swift

propogate -> propagate
This commit is contained in:
Ikko Eltociear Ashimine 2023-10-18 03:00:40 +09:00 committed by GitHub
parent 3d82c935f4
commit 2c83017668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}