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
path: root/doc
diff options
context:
space:
mode:
authorYoshiki Kurihara <yosyos0306@gmail.com>2022-01-28 14:07:55 +0300
committerGitHub <noreply@github.com>2022-01-28 14:07:55 +0300
commit5a61ca63b9ef33cd814c703051bc777a6771f205 (patch)
treef6edbaabb6f3839f3203ffc61e943bce1b308786 /doc
parenta4183b666e3a3f8eafaba5acd09e4d3dd39c5e1c (diff)
doc: fix typo in contributing guides
PR-URL: https://github.com/nodejs/node/pull/41723 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/releases.md2
-rw-r--r--doc/contributing/static-analysis.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md
index 042f8283744..5f34530f803 100644
--- a/doc/contributing/releases.md
+++ b/doc/contributing/releases.md
@@ -851,7 +851,7 @@ reflect the newly used value. Ensure that the release commit removes the
`-pre` suffix for the major version being prepared.
It is current TSC policy to bump major version when ABI changes. If you
-see a need to bump `NODE_MODULE_VERSION` outside of a majore release then
+see a need to bump `NODE_MODULE_VERSION` outside of a major release then
you should consult the TSC. Commits may need to be reverted or a major
version bump may need to happen.
diff --git a/doc/contributing/static-analysis.md b/doc/contributing/static-analysis.md
index 6130f653580..6c4a03883c7 100644
--- a/doc/contributing/static-analysis.md
+++ b/doc/contributing/static-analysis.md
@@ -11,6 +11,6 @@ Any collaborator can ask to be added to the Node.js coverity project
by opening an issue in the [build](https://github.com/nodejs/build) repository
titled `Please add me to coverity`. A member of the build WG with admin
access will verify that the requestor is an existing collaborator as listed in
-the [colloborators section](https://github.com/nodejs/node#collaborators)
+the [collaborators section](https://github.com/nodejs/node#collaborators)
on the nodejs/node project repo. Once validated the requestor will added
to to the coverity project.