From 6c1d319d013b8c758b50fff7d9828f3cd4fddf37 Mon Sep 17 00:00:00 2001
From: descodess <87569405+descodess@users.noreply.github.com>
Date: Sun, 25 Jul 2021 16:45:34 +0200
Subject: [PATCH] Update ArticlesAndStatuses.markdown

fix comma
---
 Technotes/ArticlesAndStatuses.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Technotes/ArticlesAndStatuses.markdown b/Technotes/ArticlesAndStatuses.markdown
index 4cee95529..2d00b8a99 100644
--- a/Technotes/ArticlesAndStatuses.markdown
+++ b/Technotes/ArticlesAndStatuses.markdown
@@ -14,7 +14,7 @@ This separation is deliberate. There are two main reasons: syncing, and strange
 
 When syncing with another service, it’s entirely likely that the service will report article status information in calls that are separate from calls to retrieve articles.
 
-Thus the app might learn about statuses for articles it hasn’t seen yet.
+Thus, the app might learn about statuses for articles it hasn’t seen yet.
 
 This way the app can store those statuses without having to have their corresponding articles. And then, when the app does download those articles, it has their statuses already in the database.