From fabf0ddfc7bbeb48e1696d21c9b244459a053b98 Mon Sep 17 00:00:00 2001 From: phamtruc-work <127508999+phamtruc-work@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:36:49 +0700 Subject: [PATCH] Fix typo Fix typo on day 40 --- 2022/Days/day40.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2022/Days/day40.md b/2022/Days/day40.md index fe192a7..724e767 100644 --- a/2022/Days/day40.md +++ b/2022/Days/day40.md @@ -73,7 +73,7 @@ We can then drill down into the building block of GitHub, the repositories. Here As the repository is so important to GitHub let me choose a pretty busy one of late and run through some of the core functionality that we can use here on top of everything I am already using when it comes to editing our "code" in git on my local system. -First of all, from the previous window, I have selected the 90DaysOfDevOps repository and we get to see this view. You can see from this view we have a lot of information, we have our main code structure in the middle showing our files and folders that are stored in our repository. We have our readme. mdbeing displayed down at the bottom. Over to the right of the page, we have an about section where the repository has a description and purpose. Then we have a lot of information underneath this showing how many people have starred in the project, forked, and watched. +First of all, from the previous window, I have selected the 90DaysOfDevOps repository and we get to see this view. You can see from this view we have a lot of information, we have our main code structure in the middle showing our files and folders that are stored in our repository. We have our readme.md being displayed down at the bottom. Over to the right of the page, we have an about section where the repository has a description and purpose. Then we have a lot of information underneath this showing how many people have starred in the project, forked, and watched. ![](Images/Day40_Git8.png) @@ -179,7 +179,7 @@ Let's now make some changes, I want to make a change to all those links and repl ![](Images/Day40_Git27.png) -Now if we check back on GitHub and we find our readme.mdin that repository, you should be able to see a few changes that I made to the file. +Now if we check back on GitHub and we find our readme.md in that repository, you should be able to see a few changes that I made to the file. ![](Images/Day40_Git28.png)