diff --git a/docs/home/guides/yaml.md b/docs/home/guides/yaml.md index d6722ae9..811a0214 100644 --- a/docs/home/guides/yaml.md +++ b/docs/home/guides/yaml.md @@ -141,7 +141,7 @@ The first item in the list is `config/movie assets` and the second is `config/tv ### In-Line Lists -you can represent a dictionary on a single line by using `[` and `]` +you can represent a list on a single line by using `[` and `]` ```yaml settings: @@ -254,4 +254,4 @@ libraries: metadata_path: *paths # Alias to call the above `paths` section overlay_path: - pmm: ribbon -``` \ No newline at end of file +```