From e5b6ee69c7e1da40facb2c54d31b2db14fddfd0b Mon Sep 17 00:00:00 2001 From: Andy Alt Date: Tue, 18 Sep 2018 12:57:27 -0500 Subject: [PATCH] Update CONTRIBUTING.md typo fix (the->to) [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91c726a8e..630ab96a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,7 +127,7 @@ It's possible to work on two or more different patches (and therefore multiple b one time, but it's recommended that beginners only work on one patch at a time. ### Syncing ### -Periodically, especially before starting a new patch, you'll need the sync your +Periodically, especially before starting a new patch, you'll need to sync your repo with the remote upstream. GitHub has instructions for doing this: 1. [Configuring a remote for a fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/)