Skip to content

Commit

Permalink
chore(docs): Fix typos (#26663)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehanimo committed Aug 28, 2020
1 parent dedd37f commit 18f6b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/bulma.md
Expand Up @@ -8,11 +8,11 @@ This guide assumes that you have a Gatsby project set up. If you need to set up

## Installation

For starters, lets install all the required packages we're going to need.
For starters, let's install all the required packages we're going to need.

`yarn add bulma node-sass gatsby-plugin-sass`

Then add the `gatsby-plugin-sass` in to `gatsby-config.js`.
Then, add the `gatsby-plugin-sass` in to `gatsby-config.js`.

```javascript:title=gatsby-config.js
plugins: [`gatsby-plugin-sass`],
Expand Down

0 comments on commit 18f6b4d

Please sign in to comment.