Skip to content

Commit

Permalink
Fix typo in validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jontsa authored and dunglas committed Mar 26, 2024
1 parent 9ea33cb commit 2782d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ use ApiPlatform\Metadata\ApiResource;
use Symfony\Component\Validator\Constraints as Assert;

#[ApiResource(
validationContext: ['groups' => [Book::class, 'validationGroups']
validationContext: ['groups' => [Book::class, 'validationGroups']]
)]
class Book
{
Expand Down

0 comments on commit 2782d94

Please sign in to comment.