Skip to content

Commit e19b5a3

Browse files
authored
Merge pull request #268 from posit-dev/chendaniely-patch-1
chore: typo in debug.qmd sanitize error message
2 parents a528543 + bf5ded1 commit e19b5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debug.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The error displayed in the app is only the final part of the stack trace, but th
5454
::: callout-note
5555
## Sanitized error messages
5656

57-
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)).
57+
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)).
5858
:::
5959

6060

0 commit comments

Comments
 (0)