Skip to content

Commit b05bf6e

Browse files
committed
Correcting casing of “GitHub”
1 parent 9c1b255 commit b05bf6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Github Notifier</title>
4+
<title>GitHub Notifier</title>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ app.on('ready', function(){
9595
});
9696

9797
app.dock.hide();
98-
appIcon.setToolTip('Github Notifications on your menu bar.');
98+
appIcon.setToolTip('GitHub Notifications on your menu bar.');
9999
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gitify",
33
"version": "0.0.1",
4-
"description": "Github Notifications on your menu bar.",
4+
"description": "GitHub Notifications on your menu bar.",
55
"main": "main.js",
66
"scripts": {
77
"build-js": "npm run mkdir -p build/js && browserify -t reactify src/js/app.js -o build/js/app.js",

0 commit comments

Comments
 (0)