From 2cb24f3fa992e8902eab21dd5fd7641e3d7b1fae Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sat, 29 Aug 2026 16:38:36 +0530 Subject: [PATCH] docs: fix typo relevent -> relevant Signed-off-by: Vaibhav Srivastava --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31d2299773..09d39ae7c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,10 +120,10 @@ Before opening a Pull Request, be sure: - Includes a thorough Description which clearly states what problems the PR solves. -- Description contains a link to the Github Issue, and any relevent Discussions, +- Description contains a link to the Github Issue, and any relevant Discussions, this PR applies to. - Include new tests that fail without this PR but passes with it. -- Include any relevent Documentation changes related to this change. +- Include any relevant Documentation changes related to this change. - Verify all commits have been _signed_ in accordance with the DCO policy. - Disclosed AI tooling assistance. - Reviewed PR commit history to remove unnecessary changes.