summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 20:50:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 20:50:00 +0200
commit94342765fc0bfea599151dc31fe4ea026ed09eaa (patch)
tree577ab525c8a326c785c8922503a31577b45b86a8 /docs
parent4b60583daff21e55c6973e36edce8550f71f5af1 (diff)
typo
Diffstat (limited to 'docs')
-rw-r--r--docs/api/v2/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md
index a16854b72..822641975 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -103,12 +103,12 @@ Read the following notes carefully to prevent being subject to security exploits
## Syncing
All routes are given relative to the base API url, e.g.: **/sync** becomes **https://yourowncloud.com/index.php/apps/news/api/v2/sync**
-There are three usecases for syncing:
+There are two usecases for syncing:
* **Initial sync**: the user does not have any data at all
* **Syncing local and remote changes**: the user has synced at least once and wants submit and receive changes
### Initial Sync
-The intial sync happens, when a user adds an ownCloud account in your app. In that case the user wants all folders, feeds and unread/starred items. To do this, make the following request:
+The intial sync happens when a user adds an ownCloud account in your app. In that case you want to download all folders, feeds and unread/starred items. To do this, make the following request:
* **Method**: GET
* **Route**: /sync