From 5e581aeb144558187e96dcc4332316d0ee33854e Mon Sep 17 00:00:00 2001 From: John Franey Date: Thu, 31 Oct 2019 09:58:02 -0400 Subject: [PATCH] docs: add missing comma in API docs (#483) Adds a missing comma in the code example in the "Add JSON data" API docs. --- docs/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/README.md b/docs/api/README.md index 1a8fbd4..7c91d68 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -433,7 +433,7 @@ When passing an array or object to the `json` property the keys and values of th { metaInfo: { script: [{ - type: 'application/ld+json' + type: 'application/ld+json', json: { '@context': 'http://schema.org', unsafe: '

hello

'