docs: fix typo "pull requet" to "pull request" in CONTRIBUTING.md (#1188)

<!-- This is an auto-generated description by cubic. -->

## Summary by cubic
Fix typo in CONTRIBUTING.md by correcting "pull requet" to "pull
request" in the setup section, improving clarity for contributors.

<!-- End of auto-generated description by cubic. -->
This commit is contained in:
Adeniji Adekunle James
2025-09-06 07:33:05 +01:00
committed by GitHub
parent d6e1df3a87
commit 207f3fc397

View File

@@ -49,7 +49,7 @@ npm start
## Setup
If you'd like to contribute a pull request, we highly recommend setting the pre-commit hooks which will run the formatter and linter before each git commit. This is a great way of catching issues early on without waiting to run the GitHub Actions for your pull requet.
If you'd like to contribute a pull request, we highly recommend setting the pre-commit hooks which will run the formatter and linter before each git commit. This is a great way of catching issues early on without waiting to run the GitHub Actions for your pull request.
Simply run this once in your repo: