mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo in ContentLoading.swift
propogate -> propagate
This commit is contained in:
parent
3d82c935f4
commit
2c83017668
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue