From 9eb1f6a18686da35b2ef2fbeec942e4d83f5e23b Mon Sep 17 00:00:00 2001 From: caseodilla Date: Sun, 19 Mar 2023 09:59:52 -0400 Subject: [PATCH] fix typo --- docs/known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/known-issues.md b/docs/known-issues.md index defb4a6..f052842 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -8,7 +8,7 @@ For some (many?) users, the iOS app is not refreshing the view when new notifica swipe down, you do not see the newly arrived messages, even though the popup appeared before. This is caused by some weirdness between the Notification Service Extension (NSE), SwiftUI and Core Data. I am entirely -clueless on how to fix it, sadly, as it is ephemeral and now clear to me what is causing it. +clueless on how to fix it, sadly, as it is ephemeral and not clear to me what is causing it. Please send experienced iOS developers my way to help me figure this out.