Merge pull request #2957 from eltociear/patch-1

Fix typo in ContentLoading.swift
This commit is contained in:
Jackson Harper
2023-10-18 09:11:54 +08:00
committed by GitHub

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