From a65a06ddd0b281def6146c2cbc3bc419c52eb860 Mon Sep 17 00:00:00 2001 From: Nicolas Goutay Date: Sat, 8 Dec 2018 17:53:54 +0100 Subject: [PATCH] Fix typo in gatsby-remark-code-repls sample `gatsby-config.json` in README Sample `gatsby-config.json` in `gatsby-remark-code-repls` had incorrect JSON in README due to an extra closing parenthesis. --- packages/gatsby-remark-code-repls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-remark-code-repls/README.md b/packages/gatsby-remark-code-repls/README.md index 7b86d616bfd44..a433d025e64de 100644 --- a/packages/gatsby-remark-code-repls/README.md +++ b/packages/gatsby-remark-code-repls/README.md @@ -155,7 +155,7 @@ specified examples directory. (This will avoid broken links at runtime.) // Optional path to a custom redirect template. // The redirect page is only shown briefly, // But you can use this setting to override its CSS styling. - redirectTemplate: `${__dirname}/src/redirect-template.js`), + redirectTemplate: `${__dirname}/src/redirect-template.js`, // Optional link target. // Note that if a target is specified, "noreferrer" will also be added.