summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-29 19:58:39 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-29 19:58:39 +0200
commitc1ac12f44a9c78f96226da0880656548025ee52b (patch)
treefec4de805ab402011316a5903b30e48115b2be72 /docs
parent6a9504810a4b8a7e5b84e695bb2226ac3c7bafda (diff)
More spec love
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 61a488e4b..53284bfa0 100644
--- a/docs/api/v2/README.md
+++ b/docs/api/v2/README.md
@@ -27,7 +27,7 @@ There are two types of aliases:
}
```
-means that the folder attributes will be inside the **folder** object
+means that the folder attributes will be listed inside the **folder** object
**Object arrays**:
```js
@@ -38,7 +38,7 @@ means that the folder attributes will be inside the **folder** object
}
```
-means that folder objects will be inside the **folders** array.
+means that folder objects will be listed inside the **folders** array.
### Error Objects Are Omitted