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.