Skip to content

Commit

Permalink
chore(docs): Fix a line so be in context (#21639)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorisanson authored Feb 21, 2020
1 parent 4f68761 commit 65d70b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-two/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ One of the most straightforward ways to add global styles to a site is using a g

Start by creating a new Gatsby site. It may be best (especially if you're new to the command line) to close the terminal windows you used for [part one](/tutorial/part-one/) and start a new terminal session for part two.

Open a new terminal window, create a new "hello world" gatsby site, and start the development server:
Open a new terminal window, create a new "hello world" Gatsby site in a directory called `tutorial-part-two`, and then move to this new directory:

```shell
gatsby new tutorial-part-two https://github.com/gatsbyjs/gatsby-starter-hello-world
Expand Down

0 comments on commit 65d70b9

Please sign in to comment.