Skip to content

Commit f840d3d

Browse files
committed
Fix grammar
1 parent 409c3ea commit f840d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/dev-environment/javascript/react-beginners-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ There are many ways to create an application with React (see the [React Overview
5252

5353
1. Use vite on Windows or WSL (see the [prerequisites above](#prerequisites)) to create a new project: `npm create vite@latest hello-world -- --template react`
5454

55-
2. Change directories so that you're inside the folder for your new app: `cd hello-world`, install the dependencies: `npm install` and start your local development server: `npm run dev`
55+
2. Change directories so that you're inside the folder for your new app: `cd hello-world`, install the dependencies: `npm install` and then start your local development server: `npm run dev`
5656

5757
Your new React Hello World app will compile and open your default web browser to show that it's running on `http://localhost:5173`.
5858

0 commit comments

Comments
 (0)