From 202db9315f0623208aa9d7ceb1d4e0722b490f29 Mon Sep 17 00:00:00 2001 From: Louis <48682663+louis-27@users.noreply.github.com> Date: Wed, 9 Mar 2022 21:47:29 +0700 Subject: [PATCH] fix: update contributing (#2084) Co-authored-by: Bailey Pumfleet --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dbef284007..f03a86e01f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ To check the formatting of your code: yarn lint ``` -If you get errors, be sure to fix them before comitting. +If you get errors, be sure to fix them before committing. ## Making a Pull Request