File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -422,9 +422,9 @@ export class App extends React.Component<IAppProps, IAppState> {
422
422
case 'view-repository-on-github' :
423
423
return this . viewRepositoryOnGitHub ( )
424
424
case 'compare-on-github' :
425
- return this . openBranchOnGitub ( 'compare' )
425
+ return this . openBranchOnGitHub ( 'compare' )
426
426
case 'branch-on-github' :
427
- return this . openBranchOnGitub ( 'tree' )
427
+ return this . openBranchOnGitHub ( 'tree' )
428
428
case 'create-issue-in-repository-on-github' :
429
429
return this . openIssueCreationOnGitHub ( )
430
430
case 'open-in-shell' :
@@ -719,7 +719,7 @@ export class App extends React.Component<IAppProps, IAppState> {
719
719
this . props . dispatcher . startMergeBranchOperation ( repository , isSquash )
720
720
}
721
721
722
- private openBranchOnGitub ( view : 'tree' | 'compare' ) {
722
+ private openBranchOnGitHub ( view : 'tree' | 'compare' ) {
723
723
const htmlURL = this . getCurrentRepositoryGitHubURL ( )
724
724
if ( ! htmlURL ) {
725
725
return
You can’t perform that action at this time.
0 commit comments