Merge pull request #312 from mathstuf/fix-typo
keymaps-form: fix a typo
This commit is contained in:
commit
cc634d0e7f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const KeyMapFields = [
|
|||
['tabs.reload?{"cache":false}', 'Reload current tab'],
|
||||
['tabs.reload?{"cache":true}', 'Reload with no caches'],
|
||||
['tabs.pin.toggle', 'Toggle pinned state'],
|
||||
['tabs.duplicate', 'Dupplicate a tab'],
|
||||
['tabs.duplicate', 'Duplicate a tab'],
|
||||
], [
|
||||
['follow.start?{"newTab":false}', 'Follow a link'],
|
||||
['follow.start?{"newTab":true}', 'Follow a link in new tab'],
|
||||
|
|
Reference in a new issue