From 0c3132c6f065a05d44404ab8254339c85ff688fc Mon Sep 17 00:00:00 2001 From: Daniel Ebrahimian Date: Mon, 28 Jun 2021 11:03:54 +1000 Subject: [PATCH] Fix typo in random tip --- pkg/gui/command_log_panel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/command_log_panel.go b/pkg/gui/command_log_panel.go index 469fbd1a1..5cd632c17 100644 --- a/pkg/gui/command_log_panel.go +++ b/pkg/gui/command_log_panel.go @@ -102,7 +102,7 @@ func (gui *Gui) getRandomTip() string { formattedKey(config.Universal.GoInto), ), fmt.Sprintf( - "You can diff two commits by pressing '%s' one one commit and then navigating to the other. You can then press '%s' to view the files of the diff", + "You can diff two commits by pressing '%s' on one commit and then navigating to the other. You can then press '%s' to view the files of the diff", formattedKey(config.Universal.DiffingMenu), formattedKey(config.Universal.GoInto), ),