Merge pull request #312 from mathstuf/fix-typo

keymaps-form: fix a typo
This commit is contained in:
Shin'ya Ueoka 2018-01-15 23:27:51 +00:00 committed by GitHub
commit cc634d0e7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ const KeyMapFields = [
['tabs.reload?{"cache":false}', 'Reload current tab'], ['tabs.reload?{"cache":false}', 'Reload current tab'],
['tabs.reload?{"cache":true}', 'Reload with no caches'], ['tabs.reload?{"cache":true}', 'Reload with no caches'],
['tabs.pin.toggle', 'Toggle pinned state'], ['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":false}', 'Follow a link'],
['follow.start?{"newTab":true}', 'Follow a link in new tab'], ['follow.start?{"newTab":true}', 'Follow a link in new tab'],