Skip to content

Commit 63ba6f2

Browse files
authored
Fix some typo
Fix typo on multiple lines
1 parent ede7e7f commit 63ba6f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

2022/Days/day41.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When we went through the GitHub fundamentals we went through the process of fork
1616

1717
## Fork a Project
1818

19-
The first thing we have to do is find a project we can contribute to. I have recently been presenting on the [Kanister Project](https://github.com/kanisterio/kanister) and I would like to share my presentations that are now on YouTube to the main readme.mdfile in the project.
19+
The first thing we have to do is find a project we can contribute to. I have recently been presenting on the [Kanister Project](https://github.com/kanisterio/kanister) and I would like to share my presentations that are now on YouTube to the main readme.md file in the project.
2020

2121
First of all, we need to fork the project. Let's run through that process. I am going to navigate to the link shared above and fork the repository.
2222

@@ -26,7 +26,7 @@ We now have our copy of the whole repository.
2626

2727
![](Images/Day41_Git2.png)
2828

29-
For reference on the Readme.mdfile the original Presentations listed are just these two so we need to fix this with our process.
29+
For reference on the readme.md file the original Presentations listed are just these two so we need to fix this with our process.
3030

3131
![](Images/Day41_Git3.png)
3232

@@ -42,7 +42,7 @@ We have our project local so we can open VSCode or an IDE or text editor of your
4242

4343
![](Images/Day41_Git5.png)
4444

45-
The readme.mdfile is written in markdown language and because I am modifying someone else's project I am going to follow the existing project formatting to add our content.
45+
The readme.md file is written in markdown language and because I am modifying someone else's project I am going to follow the existing project formatting to add our content.
4646

4747
![](Images/Day41_Git6.png)
4848

@@ -76,7 +76,7 @@ Next, we hit that contribute button highlighted above. We see the option to "Ope
7676

7777
## Open a pull request
7878

79-
There is quite a bit going on in this next image, top left you can now see we are in the original or the master repository. then you can see what we are comparing and that is the original master and our forked repository. We then have a create pull request button which we will come back to shortly. We have our single commit but if this was more changes you might have multiple commits here. then we have the changes we have made in the readme.mdfile.
79+
There is quite a bit going on in this next image, top left you can now see we are in the original or the master repository. then you can see what we are comparing and that is the original master and our forked repository. We then have a create pull request button which we will come back to shortly. We have our single commit but if this was more changes you might have multiple commits here. then we have the changes we have made in the readme.md file.
8080

8181
![](Images/Day41_Git12.png)
8282

0 commit comments

Comments
 (0)