Skip to content

Commit 65d70b9

Browse files
authored
chore(docs): Fix a line so be in context (#21639)
1 parent 4f68761 commit 65d70b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/part-two/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ One of the most straightforward ways to add global styles to a site is using a g
3232

3333
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.
3434

35-
Open a new terminal window, create a new "hello world" gatsby site, and start the development server:
35+
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:
3636

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

0 commit comments

Comments
 (0)