From 207f3fc39756fc1e13ca75c9e12dec406a60b6f8 Mon Sep 17 00:00:00 2001 From: Adeniji Adekunle James Date: Sat, 6 Sep 2025 07:33:05 +0100 Subject: [PATCH] docs: fix typo "pull requet" to "pull request" in CONTRIBUTING.md (#1188) ## Summary by cubic Fix typo in CONTRIBUTING.md by correcting "pull requet" to "pull request" in the setup section, improving clarity for contributors. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c12111d..e767c84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: