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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelsey <ifoundthemeaningoflife@gmail.com>2015-04-02 00:32:06 +0300
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-04-04 21:47:26 +0300
commitd8578bad25ef24354027369a56e4e9388035d8a7 (patch)
tree5b064e385bea2df91d407f2a07169e8d8c5280dd /COLLABORATOR_GUIDE.md
parentbde2b3e39724457147001e66a6dc9af1a5360805 (diff)
doc: fix minor typos in COLLABORATOR_GUIDE.md
PR-URL: https://github.com/iojs/io.js/pull/1320 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 351bf55978b..650253245c5 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -36,7 +36,7 @@ necessary.
## Accepting Modifications
-All modifications to the the io.js code and documentation should be
+All modifications to the io.js code and documentation should be
performed via GitHub pull requests, including modifications by
Collaborators and TC members.
@@ -89,7 +89,7 @@ information regarding the change process:
other Collaborators who have reviewed the change.
- A `PR-URL:` line that references the full GitHub URL of the original
pull request being merged so it's easy to trace a commit back to the
- conversation that lead up to that change.
+ conversation that led up to that change.
- A `Fixes: X` line, where _X_ is either includes the full GitHub URL
for an issue, and/or the hash and commit message if the commit fixes
a bug in a previous commit. Multiple `Fixes:` lines may be added if
@@ -211,4 +211,4 @@ Time to push it:
```text
$ git push origin v1.x
-``` \ No newline at end of file
+```