Skip to content

Commit ad65aeb

Browse files
authored
Properly capitalize "GitHub" (#1033)
1 parent 15715bf commit ad65aeb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To share either bug or features, [create an issue here](https://github.com/inter
2323

2424
Before we begin, if you don't already have, download [git](https://git-scm.com/downloads ) and [node.js](https://nodejs.org/en/download/ ). You may look at relevant tutorials to set them up according to your operating system.
2525

26-
- Open the [wayback machine browser extension github page](https://github.com/internetarchive/wayback-machine-webextension/ ) and fork the project.
26+
- Open the [wayback machine browser extension GitHub page](https://github.com/internetarchive/wayback-machine-webextension/ ) and fork the project.
2727
- Open the terminal and navigate to the directory where you wish to clone the project using
2828
`cd <Address-to-the-directory>`
2929
- Clone the project and navigate to working directory by typing the commands
@@ -56,7 +56,7 @@ Once you have cloned the repository to your local machine (this would work with
5656
`npm test`
5757
- Read the [Testing Guide](TESTING_GUIDE.md) for details.
5858

59-
### Push the changes to Github
59+
### Push the changes to GitHub
6060

6161
- Open your git terminal
6262
- Create a new branch for every feature you add, or every set of bugs you fix and more to that branch using
@@ -69,7 +69,7 @@ Once you have cloned the repository to your local machine (this would work with
6969
To learn how to write a good commit message, please see [https://chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/)
7070
- Push the changes to the repository using
7171
`git push -u origin <branch-name>`
72-
- Open the main github repository, and create a Pull Request. (You will see an option when you open the repository)
72+
- Open the main GitHub repository, and create a Pull Request. (You will see an option when you open the repository)
7373
- Review the PR title, and make it meaningful. For example
7474
`"Fix 399: Popup background now Black"`
7575

TESTING_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To avoid `no-undef` errors that may occur with external global variables or func
4343

4444
## Updating Dependencies ##
4545

46-
Github's Dependabot may alert potential security issues in dependencies.
46+
GitHub's Dependabot may alert potential security issues in dependencies.
4747

4848
To view and fix these issues:
4949

webextension/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h3>Mobile Apps</h3>
119119
</p>
120120

121121
<h3>Credits</h3>
122-
<p><a href="https://github.com/internetarchive/wayback-machine-webextension" target="_blank">Source Code on Github</a></p>
122+
<p><a href="https://github.com/internetarchive/wayback-machine-webextension" target="_blank">Source Code on GitHub</a></p>
123123
<p>
124124
Carl Gorringe <a href="https://github.com/cgorringe" target="_blank">@cgorringe</a><br>
125125
Anish Kumar Sarangi <a href="https://github.com/anishsarangi" target="_blank">@anishsarangi</a><br>

0 commit comments

Comments
 (0)