From eb1c5c4565837de6bd2cefc429f61687def90cdb Mon Sep 17 00:00:00 2001 From: chaks Date: Tue, 30 May 2023 05:50:35 +0530 Subject: [PATCH] fix: typo in contribution guide (#2792) Co-authored-by: Palash Gupta --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5c2a61bf1..08a93d2e1d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ Before sending us a pull request, please ensure that, GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and [creating a pull request](https://help.github.com/articles/creating-a-pull-request/). -**Note:** Unless your change is small, **please** consider submitting different Pull Rrequest(s): +**Note:** Unless your change is small, **please** consider submitting different Pull Request(s): * 1️⃣ First PR should include the overall structure of the new component: * Readme, configuration, interfaces or base classes, etc...