Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit d0ea9bb

Browse files
Parth ShahParth Shah
authored andcommitted
fixed language
1 parent 8eec9f3 commit d0ea9bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

responses/00-setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
### Activity - Clone the Repo and Install Node
1+
### Activity - Clone the repository and Install Node
22

33
Let's go ahead and get started.
44

5-
First, clone this repo.
5+
First, clone this repository.
66

7-
In your terminal, in a folder where you would like to keep this project, clone the repo, and do the following:
7+
In your terminal, in a folder where you would like to keep this project, clone the repository, and do the following:
88

99
```
1010
cd intro-react
1111
git checkout changes
1212
```
1313

14-
Next, open the folder in your favorite text editor. I reccommend VSCode.
14+
Next, open the folder in your favorite text editor. We reccommend VSCode.
1515

1616
Great, now if you don't have Node installed on your computer, go ahead and [install it](https://nodejs.org/en/download/)!
1717

1818
Awesome!
1919

2020
### Current Functionality
2121

22-
Now, inside your repo folder, run the following:
22+
Now, inside your repository folder, run the following:
2323

2424
```
2525
npm install

0 commit comments

Comments
 (0)