diff --git a/20_usage-new-project-github-first.Rmd b/20_usage-new-project-github-first.Rmd index bc57d4f..5716396 100644 --- a/20_usage-new-project-github-first.Rmd +++ b/20_usage-new-project-github-first.Rmd @@ -111,4 +111,4 @@ Look at README.md again. You should now see the new line there. 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.