Merge pull request #312 from mathstuf/fix-typo

keymaps-form: fix a typo
jh-changes
Shin'ya Ueoka 7 years ago committed by GitHub
commit cc634d0e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/settings/components/form/keymaps-form.jsx

@ -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'],