Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos #20353

Merged
merged 6 commits into from
Jan 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial/part-five/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Alternatively, you can add fields by using the autocomplete shortcut (<kbd>Ctrl

![filesystem-autocomplete](filesystem-autocomplete.png)

Try adding a number of fields to your query, pressing <kbd>Ctrl + Enter</kbd>
Try adding a number of fields to your query, press <kbd>Ctrl + Enter</kbd>
each time to re-run the query. You'll see the updated query results:

![allfile-query](allfile-query.png)
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/part-one/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ After you save the file, you should see the contact page and be able to follow t

<video controls="controls" loop="true">
<source type="video/mp4" src="./10-linking-between-pages.mp4"></source>
<p>Sorry! You browser doesn't support this video.</p>
<p>Sorry! Your browser doesn't support this video.</p>
</video>

The Gatsby `<Link />` component is for linking between pages within your site. For external links to pages not handled by your Gatsby site, use the regular HTML `<a>` tag.
Expand All @@ -337,7 +337,7 @@ The Gatsby `<Link />` 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 &amp; set up Surge, open a new terminal window and install their command-line tool:

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/part-zero/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Now you are ready to use the Gatsby CLI tool to create your first Gatsby site. U

<video controls="controls" autoplay="true" loop="true">
<source type="video/mp4" src="./03-create-site.mp4" />
<p>Sorry! You browser doesn't support this video.</p>
<p>Sorry! Your browser doesn't support this video.</p>
</video>

What just happened?
Expand Down