From eb4de0043d95390d8d3d72326a14c59b6259cd67 Mon Sep 17 00:00:00 2001 From: Mohammed Keyvanzadeh Date: Fri, 24 Mar 2023 17:01:19 +0330 Subject: [PATCH] doc: fix grammar in the collaborator guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/47245 Reviewed-By: Tobias Nießen Reviewed-By: Darshan Sen Reviewed-By: Qingyu Deng Reviewed-By: LiviaMedeiros Reviewed-By: Kohei Ueno --- doc/contributing/collaborator-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/collaborator-guide.md b/doc/contributing/collaborator-guide.md index 84c5ea7396ce21..14963263c5546a 100644 --- a/doc/contributing/collaborator-guide.md +++ b/doc/contributing/collaborator-guide.md @@ -509,7 +509,7 @@ The TSC serves as the final arbiter where required. squashing only keeps one author. * The "Rebase and merge" method has no way of adding metadata to the commit. 3. Make sure CI is complete and green. If the CI is not green, check for - unreliable tests and infrastructure failures. If there are not corresponding + unreliable tests and infrastructure failures. If there are no corresponding issues in the [node][unreliable tests] or [build](https://github.com/nodejs/build/issues) repositories, open new issues. Run a new CI any time someone pushes new code to the pull request.