diff --git a/remotes/index.html b/remotes/index.html index df16b27..1b5b371 100644 --- a/remotes/index.html +++ b/remotes/index.html @@ -94,7 +94,7 @@ origin git@github.com:schacon/git-reference.git (push)

If you want to share a locally created repository, or you want to take - contributions from someone elses repository - if you want to interact in + contributions from someone else's repository - if you want to interact in any way with a new repository, it's generally easiest to add it as a remote. You do that by running git remote add [alias] [url]. That adds [url] under a local remote named [alias].