From e276397809aceb01cc468e02a83bc6f2265376d9 Mon Sep 17 00:00:00 2001 From: Pavan Bellamkonda <31280326+pavanbellamkonda@users.noreply.github.com> Date: Sun, 31 Jan 2021 20:40:31 +0530 Subject: [PATCH] Fix typo in CONTRIBUTING.md Fixed the spelling of contributor as it was written as conributor PR-URL: https://github.com/npm/cli/pull/2584 Credit: @pavanbellamkonda Close: #2584 Reviewed-by: @darcyclarke --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e2890140bb0..5198918f010d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ $ cd ./npm && npm install $ npm run test ``` -**5. Open a [Pull Request](https://github.com/npm/cli/pulls) for your work & become the newest conributor to `npm`! 🎉** +**5. Open a [Pull Request](https://github.com/npm/cli/pulls) for your work & become the newest contributor to `npm`! 🎉** ## Test Coverage