Skip to content

Commit 502ffb6

Browse files
authored
Fix typo in deprecations.md for Groups attribute
1 parent 784b209 commit 502ffb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ You can prefix your URI Templates and change the representation using serializat
167167
namespace App\ApiResource;
168168
169169
use ApiPlatform\Metadata\Get;
170-
use Symfony\Component\Serializer\Attrbute\Groups;
170+
use Symfony\Component\Serializer\Attribute\Groups;
171171
172172
#[Get(uriTemplate: '/v1/books/{id}', normalizationContext: ['groups' => ['v1']])]
173173
#[Get(uriTemplate: '/v2/books/{id}', normalizationContext: ['groups' => ['v2']])]

0 commit comments

Comments
 (0)