From cbde125a14ee10f89fe4110373e7fb0c7e5173d6 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Mon, 8 Sep 2025 12:59:48 -0400 Subject: [PATCH] GP-5966: Fixing typo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d70670dc01..b19777653b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,8 +62,8 @@ smooth process when submitting a patch: - Isolate multiple patches from each other. If you wish to make several independent patches, do so in separate, smaller pull requests that can be reviewed more easily. - Avoid submitting self-generated binary files as part of your pull request. Despite your best - intentions, our policy forbids accepting them because we cannot effectly review and validate their - content. + intentions, our policy forbids accepting them because we cannot effectively review and validate + their content. - Be prepared to answer questions from reviewers. They may have further questions before accepting your patch, and may even propose changes. Please accept this feedback constructively, and not as a rejection of your proposed change.