Skip to content

Commit e29b9f6

Browse files
Typo fix in delete-operation-with-validation guide (#6419)
1 parent 53463a4 commit e29b9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/delete-operation-with-validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#[\Attribute]
1616
class AssertCanDelete extends Constraint
1717
{
18-
public string $message = 'For whatever reason we denied removeal of this data.';
18+
public string $message = 'For whatever reason we denied removal of this data.';
1919
public string $mode = 'strict';
2020

2121
public function getTargets(): string

0 commit comments

Comments
 (0)