diff --git a/docs/debug.qmd b/docs/debug.qmd index f78276ef..08dc958a 100644 --- a/docs/debug.qmd +++ b/docs/debug.qmd @@ -54,7 +54,7 @@ The error displayed in the app is only the final part of the stack trace, but th ::: callout-note ## Sanitized error messages -When Shiny apps are deployed, error messages are sanitized to the eliminate the possibility of leaking sensitive information. To unsanitize error messages, you'll need to set `sanitize_errors=True` in the `App` constructor (of a [Shiny core app](express-vs-core.qmd)). +When Shiny apps are deployed, error messages are sanitized to the eliminate the possibility of leaking sensitive information. To unsanitize error messages, you'll need to set `sanitize_errors=False` in the `App` constructor (of a [Shiny core app](express-vs-core.qmd)). :::