diff --git a/resources.md b/resources.md
index 59664dd30c5a84ad3bb2d2fcaa2c3ae994490be4..12c79a3626f41d8fae2cd3d4fd1b61525dbff333 100644
--- a/resources.md
+++ b/resources.md
@@ -8,7 +8,7 @@
     * why you should not add anything to .Renviron or Rprofile unless you want to _irritate team members_
     * and much more, although:
         *  we don't agree with [keeping your data in your project](https://rstats.wtf/project-oriented-workflow.html#work-in-a-project). Data should be somewhere else, _unless you're a .gitignore wizard_ and your data is small (and non-sensitive/non-commercial/public etc)
- * using [git(hub/lab)](https://happygitwithr.com/) for version control (perhaps via [usethis](https://usethis.r-lib.org/) and knowing about [ohshitgit](https://ohshitgit.com/) in case you need it)
+ * using [git(hub/lab)](https://happygitwithr.com/) for version control (perhaps via [usethis](https://usethis.r-lib.org/) and knowing about [ohshitgit](https://ohshitgit.com/) just in case)
  * using [git branches](https://twrushby.wordpress.com/2017/03/27/collaboration-with-rstudio-and-git-using-branches/) as a way for different people to work on the same project without clashing - [ohshitgit](https://ohshitgit.com/) may be required here too
  * using [git(hub/lab) issues](https://guides.github.com/features/issues/) as a way to manage your project
  * how to use [drake](https://docs.ropensci.org/drake/) to massively speed up and [manage your workflow](https://milesmcbain.xyz/the-drake-post/). This includes always: