Skip to content

Commit

Permalink
docs(tailwind): Remove extraneous backtick (`) (#11560)
Browse files Browse the repository at this point in the history
docs(tailwind): Remove extraneous backtick (`)
  • Loading branch information
AustinMaddox authored and wardpeet committed Feb 5, 2019
1 parent 7728d25 commit 197222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tailwind-css.md
Expand Up @@ -36,7 +36,7 @@ To configure Tailwind, we'll need to add a Tailwind configuration file. Luckily,
1. Install the Gatsby PostCSS plugin [**gatsby-plugin-postcss**](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss).

```shell
npm install --save gatsby-plugin-postcss`
npm install --save gatsby-plugin-postcss
```

2. Include the plugin in your `gatsby-config.js` file.
Expand Down

0 comments on commit 197222d

Please sign in to comment.