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
commit 07c7c86f3d
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)
}