summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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