From 502ffb6a1aa205d0714a71cb77ce4ce2322f9e4f Mon Sep 17 00:00:00 2001 From: OlafFriday Date: Tue, 11 Mar 2025 14:57:35 +0100 Subject: [PATCH] Fix typo in deprecations.md for Groups attribute --- core/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']])]