diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-08-10 07:56:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 07:56:54 +0900 |
commit | 7f2fab55a50770a423c18bf361725d8d053620b2 (patch) | |
tree | d0a05a3520fec9287377ab02880e504b2fa63106 /src/background/domains | |
parent | ab857658c73ad732f240ff2bfc71dc97b0b4f76d (diff) | |
parent | 455318ebc0b4ee6996be87c30aede7c66aafd8ab (diff) |
Merge pull request #454 from cfillion/patch-1
Fix typo in the buffer command's description
Diffstat (limited to 'src/background/domains')
-rw-r--r-- | src/background/domains/command-docs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/domains/command-docs.js b/src/background/domains/command-docs.js index 0b8ede7..734c68e 100644 --- a/src/background/domains/command-docs.js +++ b/src/background/domains/command-docs.js @@ -3,7 +3,7 @@ export default { open: 'Open a URL or search by keywords in current tab', tabopen: 'Open a URL or search by keywords in new tab', winopen: 'Open a URL or search by keywords in new window', - buffer: 'Sekect tabs by matched keywords', + buffer: 'Select tabs by matched keywords', bdelete: 'Close a certain tab matched by keywords', bdeletes: 'Close all tabs matched by keywords', quit: 'Close the current tab', |