elboman / gatsby-remark-embedded-codesandbox

A Gatsby Remark plugin for embedding Codesandbox given a folder of files
MIT License
32 stars 8 forks source link

Typo in the Readme on NPM #5

Open SeanGroff opened 5 years ago

SeanGroff commented 5 years ago

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.

elboman commented 5 years ago

🤦‍♀️ 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 👍

latviancoder commented 5 years ago

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

karlhorky commented 5 years ago

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