gatsby-remark-embedded-codesandbox
gatsby-remark-embedded-codesandbox copied to clipboard
Typo in the Readme on NPM
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.
🤦♀️ 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 👍
I just spent an hour on this :D There is still a typo in docs on gatsby website.
Looks like this error is still showing up on both npmjs.com and gatsbyjs.org:

