From 94d60705d462ddf603d67eec2f15f2f854f66506 Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Thu, 18 Mar 2021 18:16:28 -0700 Subject: [PATCH] Fixed Typo That Changed Tense of Sentence Fixed typo in sentence that was in the past tense, but had word in the present tense. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68f78bfef..8541cb6fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ ## Standards and Conventions -1. Code style is enforced by [Prettier](https://prettier.io/docs/en/install.html), which is automatically run every time you `git commit` (if you've followed the above instructions properly). +1. Code style is enforced by [Prettier](https://prettier.io/docs/en/install.html), which is automatically ran every time you `git commit` (if you've followed the above instructions properly). ## Questions