From e5a5d8699d8510d0cf1d45fb5701ae16c3749a16 Mon Sep 17 00:00:00 2001 From: Johannes Rieke Date: Mon, 16 Dec 2024 08:48:03 -0800 Subject: [PATCH] Update config-toml.md (#1204) --- content/develop/api-reference/configuration/config-toml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/api-reference/configuration/config-toml.md b/content/develop/api-reference/configuration/config-toml.md index c9ba8b153..d48e83016 100644 --- a/content/develop/api-reference/configuration/config-toml.md +++ b/content/develop/api-reference/configuration/config-toml.md @@ -21,7 +21,7 @@ To define your configuration globally, you must first locate your global `.strea ```toml [client] -showErrorDetails = false +showErrorDetails = "none" [theme] primaryColor = "#F63366"