Skip to content

Commit ccddf74

Browse files
authored
Fix typo
1 parent 54cb765 commit ccddf74

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)