Skip to content

Commit

Permalink
Grammar correction. (#3744)
Browse files Browse the repository at this point in the history
Corrected misspelled work in qutebrowser hotkeys pupup.
  • Loading branch information
croyleje authored Dec 3, 2022
1 parent 56835ae commit e281fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/awful/hotkeys_popup/keys/qutebrowser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ local qutebrowser_keys = {
[";y"] = "yank hinted URL to clipboard",
[";Y"] = "yank hinted URL to selection",
[";r"] = "rapid hinting",
[";R"] = "liek ;r, in new window",
[";R"] = "like ;r, in new window",
[";d"] = "download hinted URL"
}
}},
Expand Down

0 comments on commit e281fa3

Please # to comment.