Skip to content

Commit e7e553e

Browse files
docs(contributing): CONTRIBUTING.md grammar (#209)
1 parent f6331da commit e7e553e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To get the GitHub API to run locally you will need to provide a token.
5353

5454
1. Visit [this link](https://github.com/settings/tokens/new?description=GitHub%20Readme%20Streak%20Stats) to create a new Personal Access Token
5555
2. Scroll to the bottom and click **"Generate token"**
56-
3. **Make a copy** of `.env.example` named `.env` in the root directory and add **your token** after `TOKEN=`.
56+
3. **Make a copy** of the `.env.example` named `.env` in the root directory and add **your token** after `TOKEN=`.
5757

5858
```php
5959
TOKEN=<your-token>
@@ -120,10 +120,10 @@ git rebase upstream/<branch-name>
120120

121121
### Step 2 : Branch
122122

123-
Create a new branch. Use its name to identify the issue your addressing.
123+
Create a new branch. Use its name to identify the issue you're addressing.
124124

125125
```bash
126-
# It will create a new branch with name Branch_Name and switch to that branch
126+
# It will create a new branch with the name Branch_Name and switch to that branch
127127
git checkout -b Branch_Name
128128
```
129129

@@ -172,5 +172,4 @@ git push -u origin Branch_Name
172172
<img width="882" alt="opening pull request" src="https://user-images.githubusercontent.com/63443481/136186322-bfd5f333-136a-4d2f-8891-e8f97c379ba8.PNG">
173173

174174
- Voila! Your Pull Request has been submitted and it's ready to be merged.🥳
175-
176-
#### Happy Contributing!
175+
#### Happy Contributing!

0 commit comments

Comments
 (0)