Skip to content

Commit

Permalink
Fix typo in gatsby-remark-code-repls sample gatsby-config.json in R…
Browse files Browse the repository at this point in the history
…EADME (gatsbyjs#10361)

Sample `gatsby-config.json` in `gatsby-remark-code-repls` had incorrect JSON in README due to an extra closing parenthesis.
  • Loading branch information
phacks authored and gpetrioli committed Jan 22, 2019
1 parent f41c7ac commit 5181fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-code-repls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5181fc9

Please sign in to comment.