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

Commit d05020c

Browse files
authored
Update NEWCOMERS.md
Very minor punctuation and typo errors
1 parent fc0896e commit d05020c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

NEWCOMERS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ To make changes to a repository, follow these steps;
77

88
# Clone your fork to your local machine
99
This simply means getting a copy of the repository on your personal computer.
10-
On your computer terminal, cd into the directory you want to clone the repo.
10+
On your computer terminal, cd into the directory you want to clone the repo to.
1111
```
1212
cd "directory" note: directory here, should be the name of your chosen directory
1313
```
14-
now, Enter this,
14+
now, enter this,
1515
```
1616
git clone "paste the url you copied here"
1717
```
1818

1919
# Create a Branch
20-
To work on a new feature or fix a bug , it's important that you create a new branch. this keeps your changes seperate from the master branch for easy management of multiple pull requests for each completed task.
20+
To work on a new feature or fix a bug, it's important that you create a new branch. this keeps your changes seperate from the master branch for easy management of multiple pull requests for each completed task.
2121
Enter this
2222
```
2323
git checkout master
@@ -32,7 +32,7 @@ git branch "your-branch-name"
3232
git checkout "your-branch-name"
3333
```
3434

35-
Now you can go ahead and effect the desired changes.
35+
Now you can go ahead and affect the desired changes.
3636

3737
## Submitting your changes (a Pull Request)
3838
on your terminal, Enter this to check the modified files

0 commit comments

Comments
 (0)