Skip to content

Commit 9c1b255

Browse files
committed
Fixing spelling and grammar
“GitHub” was misspelled and “Log in” was the noun form instead of the verb form.
1 parent 4e9945a commit 9c1b255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)