Fix i.e. typos in collections.md (#8529)

Merge pull request 8529
This commit is contained in:
Phil Kirlin 2021-01-03 03:53:00 -06:00 committed by GitHub
parent 5e141b1e5e
commit d78fc653a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ collections:
- staff_members - staff_members
``` ```
In this case `collections` is defined as a sequence (i.e array) with no additional metadata defined for each collection. In this case `collections` is defined as a sequence (i.e., array) with no additional metadata defined for each collection.
You can optionally specify metadata for your collection by defining `collections` as a mapping (i.e hashmap) instead of sequence, and then defining additional fields in it: You can optionally specify metadata for your collection by defining `collections` as a mapping (i.e., hashmap) instead of sequence, and then defining additional fields in it:
```yaml ```yaml
collections: collections: