summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 20:49:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 20:49:17 +0200
commit4b60583daff21e55c6973e36edce8550f71f5af1 (patch)
treeb2aa97c85e39e36a29d49d05b2d6dcb533459ea0 /docs
parent7a32800efe257960acab1c8562e7dfbbbf025844 (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 b70c69cfb..a16854b72 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -104,8 +104,8 @@ Read the following notes carefully to prevent being subject to security exploits
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:
-* 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 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: