diff --git a/2022/Days/day35.md b/2022/Days/day35.md index f93141f..9b3e6c3 100644 --- a/2022/Days/day35.md +++ b/2022/Days/day35.md @@ -84,7 +84,7 @@ If we create an additional file called `samplecode.ps1`, the status would become ![](Images/Day35_Git10.png) -Add our new file using the `git add sample code.ps1` command and then we can run `git status` again and see our file is ready to be committed. +Add our new file using the `git add samplecode.ps1` command and then we can run `git status` again and see our file is ready to be committed. ![](Images/Day35_Git11.png)