diff --git a/remotes/index.html b/remotes/index.html index 394874c..82172a9 100644 --- a/remotes/index.html +++ b/remotes/index.html @@ -194,7 +194,7 @@ github git@github.com:schacon/hw.git (push) that is tracked by whatever branch you are currently in. I personally don't much like this command - I prefer running fetch and merge seperately. Less magic, less problems. However, if you like this idea, you - can read about it in more detail in the. + can read about it in more detail in the official docs.