From 446a46d3b3d5784ae7375bf9c4deaee85535f9fe Mon Sep 17 00:00:00 2001
From: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Date: Fri, 24 Mar 2023 14:44:05 +0330
Subject: [PATCH] doc: fix grammar in the collaborator guide

---
 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.