From ebd7e432efcf5b4868a47e18819c449fb3551399 Mon Sep 17 00:00:00 2001 From: elenananana <62673553+elenananana@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:58:25 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6699f4cd7..1122b00cc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -43,7 +43,7 @@ Before submitting a pull request, please make sure the following is done: #### Building for production -Once you are are happy woith your code change, run these commands to be ready to send a PR +Once you are are happy with your code change, run these commands to be ready to send a PR - Run `pnpm lint` to lint your code with eslint and run pritter to follow our coding guidelines - Run `pnpm test:unit` to run unit test @@ -51,4 +51,4 @@ Once you are are happy woith your code change, run these commands to be ready to Now you are ready! When you send the PR make sure to sign the Contributor License Agreement and that all the checks are green. -We are looking forward for your PRs and working together! \ No newline at end of file +We are looking forward for your PRs and working together!