Skip to content

Commit f9026e8

Browse files
authored
Merge pull request #697 from alegout/patch-2
Fix typo in serialization documentation
2 parents ecf228f + bba0f9a commit f9026e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ an IRI. A client that uses JSON-LD must send a second HTTP request to retrieve i
677677
}
678678
```
679679

680-
You can configure API Platform to embed the JSON-LD context in the root document like the by adding the `jsonld_embed_context`
680+
You can configure API Platform to embed the JSON-LD context in the root document by adding the `jsonld_embed_context`
681681
attribute to the `@ApiResource` annotation:
682682

683683
```php

0 commit comments

Comments
 (0)