Skip to content

Commit 2efdb6f

Browse files
authored
Fix jsonld_embed_context documentation
1 parent 790ea2d commit 2efdb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/serialization-groups-and-relations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ namespace AppBundle\Entity;
437437
use ApiPlatform\Core\Annotation\ApiResource;
438438
439439
/**
440-
* @ApiResource(attributes={"jsonld_embed_context"=true})
440+
* @ApiResource(attributes={"normalization_context"={"jsonld_embed_context"=true}})
441441
*/
442442
class Book
443443
{

0 commit comments

Comments
 (0)