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"