From 464b4263e65d2e94df8a5a80dc212c7d33f88e61 Mon Sep 17 00:00:00 2001 From: vimo Date: Sat, 10 Sep 2022 14:07:56 +0530 Subject: [PATCH] docs: correct syntax in configuration code --- website/docs/configuration/line-error.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/configuration/line-error.mdx b/website/docs/configuration/line-error.mdx index 29bcf583..341c5e37 100644 --- a/website/docs/configuration/line-error.mdx +++ b/website/docs/configuration/line-error.mdx @@ -30,9 +30,9 @@ You need to extend or create a custom theme with your prompt overrides. For exam ```json { "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", - "blocks": { + "blocks": [ ... - }, + ], "valid_line": { "background": "transparent", "foreground": "#ffffff",