Skip to content

Commit

Permalink
Fix typo in tutorial (#7173)
Browse files Browse the repository at this point in the history
"HTMLand" -> "HTML and"
  • Loading branch information
bensheldon authored and KyleAMathews committed Aug 9, 2018
1 parent c5394ca commit 98caef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-one/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ We’ll explore layout components in [part three](/tutorial/part-three).

## Deploying a Gatsby site

Gatsby.js is a _static 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 HTMLand JavaScript files which you can deploy to a static site hosting service.
Gatsby.js is a _static 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.

Let's 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
Expand Down

0 comments on commit 98caef5

Please sign in to comment.