Grammar correction. (#3744)

Corrected misspelled work in qutebrowser hotkeys pupup.
This commit is contained in:
croyleje 2022-12-03 17:30:08 -05:00 committed by GitHub
parent 56835aef4a
commit e281fa3a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}},