From 478d2ad37ab2487e5382ad6892c834185efcbde5 Mon Sep 17 00:00:00 2001 From: Niek Bruins Date: Sat, 8 Dec 2018 10:45:10 +0100 Subject: [PATCH] Just a small typo fix in the docs --- docs/docs/deploying-to-s3-cloudfront.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/deploying-to-s3-cloudfront.md b/docs/docs/deploying-to-s3-cloudfront.md index 44fca4aeaec2f..d7e86f42c6dff 100644 --- a/docs/docs/deploying-to-s3-cloudfront.md +++ b/docs/docs/deploying-to-s3-cloudfront.md @@ -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: