From 3088c991b996bcb677038646e1e6bb81cdc88acc Mon Sep 17 00:00:00 2001 From: muddee Date: Mon, 6 Mar 2017 21:58:01 +1100 Subject: [PATCH] Typo --- 21_usage-existing-project-github-first.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21_usage-existing-project-github-first.Rmd b/21_usage-existing-project-github-first.Rmd index 39f65c1..cd195f9 100644 --- a/21_usage-existing-project-github-first.Rmd +++ b/21_usage-existing-project-github-first.Rmd @@ -81,4 +81,4 @@ If you click on "commits," you should see one with the message "init". Now just ... repeat. Do work somewhere. Commit it. Push it or pull it\* depending on where you did it, but get local and remote "synced up". Repeat. -\* Note that in general (and especially in future when collaborating with other developers) you will usually need to pull changes from the remote (GitHub) before pushing the local changes you have made. For this reaon, it's a good idea to try and get into the habit of pulling before you attempt to push. +\* Note that in general (and especially in future when collaborating with other developers) you will usually need to pull changes from the remote (GitHub) before pushing the local changes you have made. For this reason, it's a good idea to try and get into the habit of pulling before you attempt to push.