From 02ab7d0fe3ed19332314f2ca00365b9998f9f493 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Mon, 26 Jun 2023 08:33:31 -0500 Subject: [PATCH] change a word --- docs/home/guides/yaml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```