From 65d70b9c64563f257150dbd5a75f4ada878ade28 Mon Sep 17 00:00:00 2001 From: "Lee, Kyutae" Date: Fri, 21 Feb 2020 22:42:23 +0900 Subject: [PATCH] chore(docs): Fix a line so be in context (#21639) --- docs/tutorial/part-two/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index d84b15c76d27f..4f6bd0812f8b0 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -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