Skip to content

Commit fabf0dd

Browse files
authored
Fix typo
Fix typo on day 40
1 parent 63ba6f2 commit fabf0dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2022/Days/day40.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ We can then drill down into the building block of GitHub, the repositories. Here
7373

7474
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.
7575

76-
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.
76+
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.
7777

7878
![](Images/Day40_Git8.png)
7979

@@ -179,7 +179,7 @@ Let's now make some changes, I want to make a change to all those links and repl
179179

180180
![](Images/Day40_Git27.png)
181181

182-
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.
182+
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.
183183

184184
![](Images/Day40_Git28.png)
185185

0 commit comments

Comments
 (0)