Skip to content

Commit

Permalink
fix(docs): Just a small typo fix in the docs (#10359)
Browse files Browse the repository at this point in the history
Sorry for the 1 character PR. I noticed the typo on the docs website and applied the boyscout rule 😄
  • Loading branch information
pheew authored and m-allanson committed Dec 8, 2018
1 parent 1d25a95 commit 0330309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/deploying-to-s3-cloudfront.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Using the **Hosting** feature, you can deploy your application to AWS as well as
First, we'll want to create a new Gatsby project. If you don't already have Gatsby installed, install it:

```sh
npm install - global gatsby-cli
npm install --global gatsby-cli
```

Next, we'll create a new Gatsby site:
Expand Down

0 comments on commit 0330309

Please sign in to comment.