Skip to content

Commit 7e7d39d

Browse files
committed
Fix typo in CONTRIBUTING.md
1 parent be1192c commit 7e7d39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ submit the [Contributor License Agreement](https://cla.pivotal.io/sign/spring).
4040
_you should see only 'origin' - which is the fork you created for your own github account_
4141
4. `git remote add upstream [email protected]:spring-projects/spring-batch.git`
4242
5. `git remote show`
43-
_you should now see 'upstream' in addition to 'origin' where 'upstream' is the *spring-projects*repository from which releases are built_
43+
_you should now see 'upstream' in addition to 'origin' where 'upstream' is the *spring-projects* repository from which releases are built_
4444
6. `git fetch --all`
4545
7. `git branch -a`
4646
_you should see branches on origin as well as upstream, including 'master'_

0 commit comments

Comments
 (0)