Skip to content

Commit 48dff00

Browse files
alegoutalanpoulain
authored andcommitted
Fix error in external vocabularies documentation (#698)
1 parent f9026e8 commit 48dff00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/external-vocabularies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The generated JSON for products and the related context document will now use ex
3737
{
3838
"@context": "/contexts/Book",
3939
"@id": "/books/22",
40-
"@type": "https://schema.org/Product",
40+
"@type": "https://schema.org/Book",
4141
"name": "My awesome book"
4242
}
4343
```

0 commit comments

Comments
 (0)