summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix <eppfel@users.noreply.github.com>2016-12-02 13:02:27 +0100
committerGitHub <noreply@github.com>2016-12-02 13:02:27 +0100
commit5888f730f0cf1f24344bcf1cef0e528f34e6428a (patch)
tree149a38a80ace92a389516f8e55f37155a8f73a95
parent2c4d46881a3d2ce54afb6b358f4d2b330efa0163 (diff)
Fix an nextcloud typo
-rw-r--r--docs/externalapi/Legacy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/externalapi/Legacy.md b/docs/externalapi/Legacy.md
index d376d9593..7427e2e5b 100644
--- a/docs/externalapi/Legacy.md
+++ b/docs/externalapi/Legacy.md
@@ -47,7 +47,7 @@ This is a small overview over how you should sync your articles with the Nextclo
All routes are given relative to the base API url (e.g.: https://yournextcloud.com/index.php/apps/news/api/v1-2)
### Initial Sync
-The intial sync happens, when a user adds an Nextcloud account in your app. In that case you should fetch all feeds, folders and unread or starred articles from the News app. Do not fetch all articles, not only because it syncs faster, but also because the user is primarily interested in unread articles. To fetch all unread and starred articles, you must call 4 routes:
+The intial sync happens, when a user adds a Nextcloud account in your app. In that case you should fetch all feeds, folders and unread or starred articles from the News app. Do not fetch all articles, not only because it syncs faster, but also because the user is primarily interested in unread articles. To fetch all unread and starred articles, you must call 4 routes:
* **unread articles**: GET /items?type=3&getRead=false&batchSize=-1
* **starred articles**: GET /items?type=2&getRead=true&batchSize=-1