From 0663a38cefdc97587f7d3a57ac707d2f443d8a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8C=80=EC=97=B0?= Date: Mon, 8 Nov 2021 17:12:08 +0900 Subject: [PATCH] docs: correct grammar of readme.md (#70) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c6cad68..84f5c79 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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