Skip to content

Commit

Permalink
docs: correct grammar of readme.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma authored Nov 8, 2021
1 parent 454f629 commit 0663a38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Run npm scripts and develop yourself with the following process.

Fork `develop` branch into your personal repository.
Clone it to local computer. Install node modules.
Before starting development, you should check to haveany errors.
Before starting development, you should check if there are any errors.

``` sh
$ git clone https://github.com/{your-personal-repo}/tui.time-picker.git
Expand All @@ -212,7 +212,7 @@ $ npm run test
### Develop

Let's start development!
You can see your code is reflected as soon as you saving the codes by running a server.
You can see your code reflected as soon as you save the code by running a server.
Don't miss adding test cases and then make green rights.

#### Running dev server
Expand All @@ -230,10 +230,10 @@ $ npm run test

### Pull Request

Before PR, check to test lastly and then check any errors.
If it has no error, commit and then push it!
Before uploading your PR, run test one last time to check if there are any errors.
If it has no errors, commit and then push it!

For more information on PR's step, please see links of Contributing section.
For more information on PR's steps, please see links in the Contributing section.


## 💬 Contributing
Expand Down

0 comments on commit 0663a38

Please sign in to comment.