Skip to content

Commit 9d6dcd7

Browse files
committed
Fixed a typographical error
1 parent 9077df2 commit 9d6dcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/getting-started-with-github/getting-changes-from-a-remote-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ versions:
1010
enterprise-server: '*'
1111
github-ae: '*'
1212
---
13-
### Options fpr gettting changes
13+
### Options for gettting changes
1414

1515
These commands are very useful when interacting with [a remote repository](/github/getting-started-with-github/about-remote-repositories). `clone` and `fetch` download remote code from a repository's remote URL to your local computer, `merge` is used to merge different people's work together with yours, and `pull` is a combination of `fetch` and `merge`.
1616

0 commit comments

Comments
 (0)