Skip to content

Commit a860a02

Browse files
Merge pull request #30 from brandonweiss/spelling-and-grammar-fixes
Spelling and grammar fixes
2 parents 4e9945a + 767c305 commit a860a02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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>Gitify</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",

src/js/components/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var Login = React.createClass({
8787
<img className='img-responsive logo' src='images/github-logo.png' />
8888
<div className='desc'>GitHub notifications in your menu bar.</div>
8989
<button className='btn btn-default btn-lg btn-block' onClick={this.authGithub}>
90-
<i className="fa fa-github" />Login to Gihub
90+
<i className="fa fa-github" />Log in to GitHub
9191
</button>
9292
</div>
9393
</div>

0 commit comments

Comments
 (0)