From 3bfe753863e37a3a441eee44b44ef4123337d4a4 Mon Sep 17 00:00:00 2001 From: jcsilverx Date: Tue, 5 Nov 2024 13:48:36 -0500 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3db613a682..85ca07d2fd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,7 +35,7 @@ There are many ways to contribute to the project. Code is just one possible mean ## Working on your first Pull Request? -There are a lot of great resources on creating a good pull request. We've included a few below, but don't be shy—we appreciate all contriibutions and are happy to help those who are willing to help us! +There are a lot of great resources on creating a good pull request. We've included a few below, but don't be shy—we appreciate all contributions and are happy to help those who are willing to help us! - [How to Contribute to a Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)