docs: fix typo in jekyll.md (#3835)

This commit is contained in:
Don Corleone 2020-06-01 09:37:04 +02:00 committed by GitHub
parent 5bbaf41f73
commit 5cedce67ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ Next, copy and paste the following into the collections array in `config.yml` be
fields:
- { label: 'Layout', name: 'layout', widget: 'hidden', default: 'author' }
- { label: 'Short Name', name: 'name', widget: 'string' }
- { label: 'Diplay Name', name: 'display_name', widget: 'string' }
- { label: 'Display Name', name: 'display_name', widget: 'string' }
- { label: 'Position', name: 'position', widget: 'string' }
- { label: 'Body', name: 'body', widget: 'markdown' }
```