Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 473e92e

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /