From eee859bb22e9d8b72e4a5bc119c4543031055dbd Mon Sep 17 00:00:00 2001 From: Christopher Bray <116844177+apl-cb@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:19:43 +0000 Subject: [PATCH] Fix typo --- docs/pages/usage/validation-and-error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/usage/validation-and-error-handling.md b/docs/pages/usage/validation-and-error-handling.md index e21b03f2..74e78bdc 100644 --- a/docs/pages/usage/validation-and-error-handling.md +++ b/docs/pages/usage/validation-and-error-handling.md @@ -163,7 +163,7 @@ It is possible to set up a list of exceptions that can be caught by the mapper, for instance when using lightweight validation tools like [Webmozart Assert]. It is advised to use this feature with caution: userland exceptions may contain -sensible information — for instance an SQL exception showing a part of a query +sensitive information — for instance an SQL exception showing a part of a query should never be allowed. Therefore, only an exhaustive list of carefully chosen exceptions should be filtered.