diff --git a/README.md b/README.md index c6f9f9c..25f5f99 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ command! -bang -nargs=? -complete=dir Files \ call fzf#vim#files(, fzf#vim#with_preview({'options': ['--layout=reverse', '--info=inline']}), 0) ``` -You can just omit the spec argument if you only want the previwer. +You can just omit the spec argument if you only want the previewer. ```vim command! -bang -nargs=? -complete=dir Files diff --git a/doc/fzf-vim.txt b/doc/fzf-vim.txt index ebef468..6073180 100644 --- a/doc/fzf-vim.txt +++ b/doc/fzf-vim.txt @@ -255,7 +255,7 @@ with additional preview options. command! -bang -nargs=? -complete=dir Files \ call fzf#vim#files(, fzf#vim#with_preview({'options': ['--layout=reverse', '--info=inline']}), 0) < -You can just omit the spec argument if you only want the previwer. +You can just omit the spec argument if you only want the previewer. > command! -bang -nargs=? -complete=dir Files \ call fzf#vim#files(, fzf#vim#with_preview(), 0)