diff options
author | ncoder-1 <7622286+ncoder-1@users.noreply.github.com> | 2020-06-06 03:17:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 08:47:40 +0530 |
commit | 4d4f72460de70a9fb84e7e083ef104f4a9fa6bf3 (patch) | |
tree | 12051bb4da1a2c62ae28895bb4fdea47f291d3e7 /plugins | |
parent | 056ef8b23d292bd65e916183a3f957ae091f8308 (diff) | |
download | nnn-4d4f72460de70a9fb84e7e083ef104f4a9fa6bf3.tar.gz |
Update preview-kitty (#638)
Fixed typo in preview-kitty.
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/preview-kitty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/preview-kitty b/plugins/preview-kitty index 82b1fcc..738411c 100755 --- a/plugins/preview-kitty +++ b/plugins/preview-kitty @@ -20,7 +20,7 @@ # Then in `nnn`, launch the `preview-kitty` 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, they +# single common preview window. If you provide different FIFO path, they # will be independent. # # Shell: POSIX compliant |