diff options
author | Jason <ammgws@users.noreply.github.com> | 2020-07-15 08:19:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 04:49:13 +0530 |
commit | dacf7b08113afd6940bd70681ecb9b41737e3946 (patch) | |
tree | 8037c9c36762f9e65bb5c9c3962aafdb5545bcac /plugins | |
parent | f17911e189ba0ecd2358ac92db9fcffcb23d13f2 (diff) | |
download | nnn-dacf7b08113afd6940bd70681ecb9b41737e3946.tar.gz |
Fix typo (#679)
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/preview-tui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/preview-tui b/plugins/preview-tui index 4cf98ab..a83be55 100755 --- a/plugins/preview-tui +++ b/plugins/preview-tui @@ -40,7 +40,7 @@ # Then in `nnn`, launch the `preview-tui` plugin. # # If you provide the same NNN_FIFO to all nnn instances, there will be a -# single common preview window. I you provide different FIFO path (e.g. +# single common preview window. If you provide different FIFO path (e.g. # with -a), they will be independent. # # The previews will be shown in a tmux split. If that isn't possible, it |