Skip to content

Commit

Permalink
Typo fix in delete-operation-with-validation guide (#6419)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgradzinski authored Jun 13, 2024
1 parent 53463a4 commit e29b9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/delete-operation-with-validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e29b9f6

Please sign in to comment.