From c972433a85ec7cc4b1045acc1d1cae28895b4a78 Mon Sep 17 00:00:00 2001 From: Kamal Raj Date: Mon, 24 Jan 2022 17:51:31 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#15290) Fix typo in doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 966ff98406d..06497929e14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -388,7 +388,7 @@ You can now use `make` from any terminal (Powershell, cmd.exe, etc) 🎉 ### Syncing forked master with upstream (HuggingFace) master -To avoid pinging the upstream repository which adds reference notes to each upstream PR and sends unnessary notifications to the developers involved in these PRs, +To avoid pinging the upstream repository which adds reference notes to each upstream PR and sends unnecessary notifications to the developers involved in these PRs, when syncing the master branch of a forked repository, please, follow these steps: 1. When possible, avoid syncing with the upstream using a branch and PR on the forked repository. Instead merge directly into the forked master. 2. If a PR is absolutely necessary, use the following steps after checking out your branch: