mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-27 23:08:02 +02:00
Fix typo in random tip
This commit is contained in:
parent
b28569a593
commit
0c3132c6f0
@ -102,7 +102,7 @@ func (gui *Gui) getRandomTip() string {
|
|||||||
formattedKey(config.Universal.GoInto),
|
formattedKey(config.Universal.GoInto),
|
||||||
),
|
),
|
||||||
fmt.Sprintf(
|
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.DiffingMenu),
|
||||||
formattedKey(config.Universal.GoInto),
|
formattedKey(config.Universal.GoInto),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user