diff --git a/docs/tutorial/part-five/index.md b/docs/tutorial/part-five/index.md index 8f213ea825133..447883f854660 100644 --- a/docs/tutorial/part-five/index.md +++ b/docs/tutorial/part-five/index.md @@ -93,7 +93,7 @@ Alternatively, you can add fields by using the autocomplete shortcut (Ctrl ![filesystem-autocomplete](filesystem-autocomplete.png) -Try adding a number of fields to your query, pressing Ctrl + Enter +Try adding a number of fields to your query, press Ctrl + Enter each time to re-run the query. You'll see the updated query results: ![allfile-query](allfile-query.png) diff --git a/docs/tutorial/part-one/index.md b/docs/tutorial/part-one/index.md index f2ae8d985a7bf..81cb560065ce4 100644 --- a/docs/tutorial/part-one/index.md +++ b/docs/tutorial/part-one/index.md @@ -328,7 +328,7 @@ After you save the file, you should see the contact page and be able to follow t The Gatsby `` component is for linking between pages within your site. For external links to pages not handled by your Gatsby site, use the regular HTML `` tag. @@ -337,7 +337,7 @@ The Gatsby `` component is for linking between pages within your site. F Gatsby.js is a _modern site generator_, which means there are no servers to setup or complicated databases to deploy. Instead, the Gatsby `build` command produces a directory of static HTML and JavaScript files which you can deploy to a static site hosting service. -Try using [Surge](http://surge.sh/) for deploying your first Gatsby website. Surge is one of many "static site hosts" which make it possible to deploy Gatsby sites. +Try using [Surge](http://surge.sh/) for deploying your first Gatsby website. Surge is one of many "static site hosts" which makes it possible to deploy Gatsby sites. If you haven't previously installed & set up Surge, open a new terminal window and install their command-line tool: diff --git a/docs/tutorial/part-zero/index.md b/docs/tutorial/part-zero/index.md index 69499f57e3a63..0c736b3863062 100644 --- a/docs/tutorial/part-zero/index.md +++ b/docs/tutorial/part-zero/index.md @@ -128,7 +128,7 @@ Now you are ready to use the Gatsby CLI tool to create your first Gatsby site. U What just happened?