Skip to content

Commit

Permalink
chore(docs): Fix gatsby-source-filesystem typo (#36471)
Browse files Browse the repository at this point in the history
Update README.md

fix `gatsby-source-filesytem` to `gatsby-source-filesystem` @ line 36
  • Loading branch information
dreibona authored Aug 26, 2022
1 parent dbbda9e commit e8d7446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm install gatsby-plugin-mdx gatsby-source-filesystem @mdx-js/react
## Usage

After installing `gatsby-plugin-mdx` you can add it to your plugins list in your
`gatsby-config.js`. You'll also want to configure `gatsby-source-filesytem` to point at your `src/pages` directory (even if you don't want to create MDX pages from `src/pages`).
`gatsby-config.js`. You'll also want to configure `gatsby-source-filesystem` to point at your `src/pages` directory (even if you don't want to create MDX pages from `src/pages`).

```js:title=gatsby-config.js
module.exports = {
Expand Down

0 comments on commit e8d7446

Please sign in to comment.