From 138357bfe70bd375cfe8373f0afedadf8be2f32b Mon Sep 17 00:00:00 2001 From: uncommon-type <74302233+uncommon-type@users.noreply.github.com> Date: Tue, 5 Apr 2022 09:55:34 +0300 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Jordan Harband --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b1113900..c306c2a2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ git add . git commit ``` -Before sending the pull request, make sure your code is running on the latest available code by rebasing onto the upstream source +Before sending the pull request, make sure your code is running on the latest available code by rebasing onto the upstream source ``` git fetch upstream