From 16a4647b37ab06921f768b7739bbb02157524928 Mon Sep 17 00:00:00 2001 From: hwick <33556230+hwick@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:44:58 -0400 Subject: [PATCH] Update 04_GitHub_desktop.md typo --- lessons/04_GitHub_desktop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/04_GitHub_desktop.md b/lessons/04_GitHub_desktop.md index 5de1647..5ef7c6b 100644 --- a/lessons/04_GitHub_desktop.md +++ b/lessons/04_GitHub_desktop.md @@ -232,7 +232,7 @@ This is all available as CC BY 4.0 license. Enjoy! Save the changes to your file. -Let's also open the `scriptlets.R file` from wihtin the `code` folder. You'll notice we have some template text there as well -- great for reminding you what you need to do when starting to code. Let's flesh out this file by adding these example functions and replacing everything in the file before `# main code` in the original file. Copy & paste this code: +Let's also open the `scriptlets.R file` from within the `code` folder. You'll notice we have some template text there as well -- great for reminding you what you need to do when starting to code. Let's flesh out this file by adding these example functions and replacing everything in the file before `# main code` in the original file. Copy & paste this code: ``` #!/usr/bin/env Rscript