Skip to content

Commit

Permalink
fix typo in getClaims return object
Browse files Browse the repository at this point in the history
  • Loading branch information
beyackle committed Nov 8, 2023
1 parent 4ffd1e9 commit 50a77f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function* getClaimsFromMarkdown(
};
} else {
yield {
'@context': 'https://schema.org/',
'@context': 'https://schema.org',
'@id': id,
'@type': 'Claim',
alternateName: getTextReferenced(),
Expand Down

0 comments on commit 50a77f4

Please sign in to comment.