Fix rendering of yaml example in index.md

One yaml example is not rendered with yaml syntax highlighting because
the `yaml` type is misspelled as `yamll`.

Change-Id: I9e2a5c2456013884ae121f8bea82ccc16ebc5ee0
This commit is contained in:
David Pursehouse
2018-09-14 08:33:05 +09:00
parent 45b39ad1d1
commit 757a05297e

View File

@ -239,7 +239,7 @@ The YAML syntax depends on exact spacing, so make sure you follow the pattern sh
Each level must have at least one topic before the next level starts. You can't have a second level that contains multiple third levels without having at least one standalone topic in the second level. If you need a hierarchy that has a folder that contains other folders and no loose topics, use a blank `-` item like this:
```yamll
```yaml
entries:
- title: sidebar
product: Jekyll Doc Theme