This commit is contained in:
Bernhard Posselt 2016-04-29 19:58:39 +02:00
Родитель 6a9504810a
Коммит c1ac12f44a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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