gatsby-remark-embedded-codesandbox icon indicating copy to clipboard operation
gatsby-remark-embedded-codesandbox copied to clipboard

Typo in the Readme on NPM

Open SeanGroff opened this issue 6 years ago • 3 comments

In the Usage section you provide the code to configure the plugin inside the gatsby-config.js file.

If someone copy/pastes this config like I did they will receive an error when they run their Gatsby app.

Gatsby is spelled incorrectly in the resolve key.

resolve: 'gastby-remark-embedded-codesandbox',

should be

resolve: 'gatsby-remark-embedded-codesandbox',

This has been fixed on the Readme in the Repo but NOT on npm and therefor not on the Gatsby website either.

SeanGroff avatar Dec 08 '18 07:12 SeanGroff

🤦‍♀️ Oh, good catch, I think I didn't release a new version on NPM since the fix, so it didn't propagate to Gatsby website :(

Will do asap 👍

elboman avatar Dec 18 '18 16:12 elboman

I just spent an hour on this :D There is still a typo in docs on gatsby website.

latviancoder avatar Apr 24 '19 10:04 latviancoder

Looks like this error is still showing up on both npmjs.com and gatsbyjs.org:

Screen Shot 2019-08-05 at 14 29 14

Screen Shot 2019-08-05 at 14 29 56

karlhorky avatar Aug 05 '19 12:08 karlhorky