From 8db9cf93cef495dc75db68b5a9044c7ed3313f01 Mon Sep 17 00:00:00 2001 From: NotWearingPants <26556598+NotWearingPants@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:59:58 +0300 Subject: [PATCH] docs: fix typo in CONTRIBUTING.md (#3293) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f9ffb367..521f94678 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -278,7 +278,7 @@ clean git history. #### Before Commit Before committing, **you must ensure there are no linting errors and -all tests pass.** To do this, run these commands before create the PR: +all tests pass.** To do this, run these commands before creating the PR: ```bash pnpm lint