fix: typo in contribution guide (#2792)

Co-authored-by: Palash Gupta <palashgdev@gmail.com>
This commit is contained in:
chaks 2023-05-30 05:50:35 +05:30 committed by GitHub
parent fdbb8b652e
commit eb1c5c4565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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