diff --git a/core/deprecations.md b/core/deprecations.md index 746e3a2d8b4..98a98b917eb 100644 --- a/core/deprecations.md +++ b/core/deprecations.md @@ -167,7 +167,7 @@ You can prefix your URI Templates and change the representation using serializat namespace App\ApiResource; use ApiPlatform\Metadata\Get; -use Symfony\Component\Serializer\Attrbute\Groups; +use Symfony\Component\Serializer\Attribute\Groups; #[Get(uriTemplate: '/v1/books/{id}', normalizationContext: ['groups' => ['v1']])] #[Get(uriTemplate: '/v2/books/{id}', normalizationContext: ['groups' => ['v2']])]