From 3e01f57b6ed52d190ddac8340bb9dbb4b9566e21 Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:58:42 +0300 Subject: [PATCH] Fix typo on contributing instructions (#1818) Co-authored-by: Nando Vieira --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c54767c6..c74ad1eb8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,7 @@ should initially look like this. > origin https://github.com/YOUR_USERNAME/stellar-cli.git (push) ``` -* Set the `stellar/stellar-cli` repo as new remote upstream repository that will +* Set the `stellar/stellar-cli` repo as the remote upstream repository that will sync with your fork. ``` git remote add upstream https://github.com/stellar/stellar-cli.git