Skip to content

Commit 0599d1e

Browse files
authored
Merge pull request #783 from nicolassing/patch-1
Fix typo
2 parents 54cb765 + ccddf74 commit 0599d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/extending-jsonld-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Book
2727
* attributes={
2828
* "jsonld_context"={
2929
* "@id"="http://yourcustomid.com",
30-
* "@type"="http://www.w3.org/2001/XMLSchema#string"
30+
* "@type"="http://www.w3.org/2001/XMLSchema#string",
3131
* "someProperty"={
3232
* "a"="textA",
3333
* "b"="textB"

0 commit comments

Comments
 (0)