diff options
| author | Christian Fillion <cfillion@users.noreply.github.com> | 2018-08-09 17:34:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-09 17:34:07 -0400 |
| commit | 455318ebc0b4ee6996be87c30aede7c66aafd8ab (patch) | |
| tree | d0a05a3520fec9287377ab02880e504b2fa63106 /src | |
| parent | ab857658c73ad732f240ff2bfc71dc97b0b4f76d (diff) | |
fix typo in the buffer command's description
Diffstat (limited to 'src')
| -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', |
