Skip to content

Commit 473e92e

Browse files
authored
Fix typo in deprecations.md for Groups attribute (#2144)
1 parent 829cef5 commit 473e92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/deprecations.md

Lines changed: 1 addition & 1 deletion
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)