Skip to content

Commit 3863791

Browse files
committed
Grammar
1 parent 0f2186f commit 3863791

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
## Description
99

10-
> Sample coding challanges. You can write and test it right away.
10+
> Sample coding challenges. You can write and test it right away.
1111
12-
A repository designed to store programming tasks. Due to the added tests, it is possible to control your own capabilities.
12+
A repository for testing and storing programming tasks. Due to the added tests, it is possible to control your own capabilities.
1313

14-
It's not perfect, so if you see a bug in the solution or within tests, it will be great if you share your thoughts on the subject, e.g. as an issue or creating a PR.
14+
It's not perfect, so if you see a bug in the solution or within tests, it will be great if you share your thoughts on the subject, for example, as an issue or creating a PR.
1515

1616
## How to work with it
1717

18-
First, you have to clone project
18+
First, you have to clone the project
1919

2020
```
2121
git clone https://github.com/403-html/javascript-coding-challenges.git
@@ -35,10 +35,10 @@ or yarn
3535
yarn install
3636
```
3737

38-
Then search for intresting challenge, for example `prime-number`.
39-
Read the `README.md` in that folder. Write you solution in javascript file dedicated to this folder (in our case `isPrime.js`). There is special place dedicated for that.
38+
Then search for an interesting challenge, for example, `prime-number`.
39+
Read the `README.md` in that folder. Write your solution in a javascript file dedicated to this folder (in our case, `isPrime.js`). There is a special place dedicated to doing that.
4040

41-
If you're sure it's all good, go to `__tests__` folder and open test file. Remove `.skip` method in tests and save.
41+
If you're sure it's all good, go to the `__tests__` folder and open the test file. Remove the `.skip` method in tests and save.
4242

4343
Run tests by npm
4444

@@ -52,7 +52,7 @@ or if you're using yarn
5252
yarn run prime-number
5353
```
5454

55-
**If you take other task to do just use name of task folder instead of `prime-number`.**
55+
**If you take another task to do, just use the name of the task folder instead of `prime-number`.**
5656

5757
**Enjoy!**
5858

0 commit comments

Comments
 (0)