Skip to content

Commit fc3e65e

Browse files
committed
Merge pull request progit#209 from MasoodFallahpoor/ch06-typo-fix
Fix a typo in "contributing" section of chapter 6
2 parents 160c6bc + 9d5b4a5 commit fc3e65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/06-github/sections/2-contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ If you absolutely wish to rebase the branch to clean it up, you can certainly do
252252

253253
===== References
254254

255-
Your next question may be ``How to I reference the old Pull Request?''. It turns out there are many, many ways to reference other things almost anywhere you can write in GitHub.
255+
Your next question may be ``How do I reference the old Pull Request?''. It turns out there are many, many ways to reference other things almost anywhere you can write in GitHub.
256256

257257
Let's start with how to cross-reference another Pull Request or an Issue. All Pull Requests and Issues are assigned numbers and they are unique within the project. For example, you can't have Pull Request #3 _and_ Issue #3. If you want to reference any Pull Request or Issue from any other one, you can simply put `#<num>` in any comment or description. You can also be more specific if the Issue or Pull request lives somewhere else; write `username#<num>` if you're referring to an Issue or Pull Request in a fork of the repository you're in, or `username/repo#<num>` to reference something in another repository.
258258

0 commit comments

Comments
 (0)