Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Treisman <dylanzt@gmail.com>2020-04-08 08:40:40 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-05-01 05:25:30 +0300
commit3f7301bb2c1d4dba72af230d2b37ae52db7adfcb (patch)
tree9718e40afce31b4b98e4b85c0f863bcb3ce84f7a /CONTRIBUTING.md
parentd16a34f7bd19deaca8756c6728d38f841a4be696 (diff)
docs: fix minor typos in CONTRIBUTING.md
PR-URL: https://github.com/npm/cli/pull/1126 Credit: @dylanzt Close: #1126 Reviewed-by: @ruyadorno
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 981f0457d..c08bd090c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -73,7 +73,7 @@ All interactions in the npm repository are covered by the [npm Code of Conduct](
# Make sure you install the dependencies first before running tests.
$ npm install
-# Run tests for the CLI (it could take awhile).
+# Run tests for the CLI (it could take a while).
$ npm run test
```
@@ -97,7 +97,7 @@ $ make link
#################
# ALTERNATIVELY
#################
-# If ou're working on a feature or bug, you can run the same command on your
+# If you're working on a feature or bug, you can run the same command on your
# working branch and link that code.
# Create new branch to work from (there are many ways)
@@ -130,7 +130,7 @@ let you know that it's sent the request to start the benchmark suite.
![image](https://user-images.githubusercontent.com/2818462/72312698-e2e57f80-3656-11ea-9fcf-4a8f6b97b0d1.png)
-If you've updated your pull-reuqest and you'd like to run the the benchmark suite again, simple update your original comment, by adding `test this please ✅` again, or simply just adding another emoji to the **end**. _(The trigger is the phrase "test this please ✅" at the beginning of a comment. Updates will trigger as well, so long as the phrase stays at the beginning.)_.
+If you've updated your pull-request and you'd like to run the the benchmark suite again, simple update your original comment, by adding `test this please ✅` again, or simply just adding another emoji to the **end**. _(The trigger is the phrase "test this please ✅" at the beginning of a comment. Updates will trigger as well, so long as the phrase stays at the beginning.)_.
![image](https://user-images.githubusercontent.com/2818462/72313006-ec231c00-3657-11ea-9bd9-227634d67362.png)