Skip to content

Commit 85a1479

Browse files
committed
Renamed "Github" to "GitHub"
1 parent 823f1b4 commit 85a1479

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/cache.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = class Cache {
6969

7070
if (response.status !== 200) {
7171
throw new Error(
72-
`Github API responded with ${response.status} for url ${url}`
72+
`GitHub API responded with ${response.status} for url ${url}`
7373
)
7474
}
7575

views/index.hbs

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
box-sizing: border-box;
1212
padding: 20px;
1313
margin: 0;
14-
font-family: -apple-system, BlinkMacSystemFont,
15-
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
14+
font-family: -apple-system, BlinkMacSystemFont,
15+
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
1616
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1717
background: black;
1818
color: white;
@@ -143,8 +143,8 @@
143143
<footer>
144144
<div id="version">{{version}}</div>
145145
<a id="release-notes" href={{releaseNotes}}>Release Notes</a>
146-
<a id="all-releases" href={{allReleases}}>All releases</a>
147-
<a href={{github}}>Github</a>
146+
<a id="all-releases" href={{allReleases}}>All Releases</a>
147+
<a href={{github}}>GitHub</a>
148148
</footer>
149149
</main>
150150
</div>

0 commit comments

Comments
 (0)