From e27048e6a43e8f3df8e6924f13bf15c5099b6e3b Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 27 Oct 2018 11:02:31 -0500 Subject: [PATCH] Update the language for the js code block --- react/allow-md-as-an-extension-with-gatsby-mdx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/allow-md-as-an-extension-with-gatsby-mdx.md b/react/allow-md-as-an-extension-with-gatsby-mdx.md index 03cc10e..1779c4b 100644 --- a/react/allow-md-as-an-extension-with-gatsby-mdx.md +++ b/react/allow-md-as-an-extension-with-gatsby-mdx.md @@ -5,7 +5,7 @@ allows you to create pages in a Gatsby project using `.mdx` files. If you prefer the `.md` extension on your markdown files, then you can adjust the plugin options to allow that. -```json +```javascript // gatsby-config.js plugins: [ {