From 168dbf053bb5b5b47a5cf5f9dfc50cd4c1532a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Grabski-Gradzi=C5=84ski?= Date: Thu, 13 Jun 2024 07:53:37 +0200 Subject: [PATCH] Typo fix in delete-operation-with-validation guide (#6419) --- docs/guides/delete-operation-with-validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/delete-operation-with-validation.php b/docs/guides/delete-operation-with-validation.php index a8d285b85a9..017e73002fa 100644 --- a/docs/guides/delete-operation-with-validation.php +++ b/docs/guides/delete-operation-with-validation.php @@ -15,7 +15,7 @@ #[\Attribute] class AssertCanDelete extends Constraint { - public string $message = 'For whatever reason we denied removeal of this data.'; + public string $message = 'For whatever reason we denied removal of this data.'; public string $mode = 'strict'; public function getTargets(): string