mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Closes #263. Fix spelling of GitHub in public-facing strings
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
const HelpText = `
|
||||
Keyboard commands for Github:
|
||||
Keyboard commands for GitHub:
|
||||
|
||||
/: Show/hide this help window
|
||||
h: Previous git repository
|
||||
@@ -30,7 +30,7 @@ type Widget struct {
|
||||
|
||||
func NewWidget(app *tview.Application, pages *tview.Pages) *Widget {
|
||||
widget := Widget{
|
||||
TextWidget: wtf.NewTextWidget("Github", "github", true),
|
||||
TextWidget: wtf.NewTextWidget("GitHub", "github", true),
|
||||
|
||||
app: app,
|
||||
Idx: 0,
|
||||
|
||||
Reference in New Issue
Block a user