Skip to content

Commit 28c867a

Browse files
committed
fixed typos in doc
1 parent 6b1e474 commit 28c867a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/vimtex.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5438,8 +5438,8 @@ e.g. >lua
54385438
return require("vimtex.fzf-lua").run()
54395439
end)
54405440

5441-
Currently two options are supported: "layers" and "fzf_opts". You pass
5442-
custom options to fzf-lua.
5441+
Currently two options are supported: "layers" and "fzf_opts". You can pass
5442+
custom options to fzf-lua via "fzf_opts".
54435443
You can also choose to only show certain entry "layers" by passing a layer
54445444
string. By default, all layers are displayed. To only show `content` and
54455445
`label`s use `require("vimtex.fzf-lua").run({layers ="cl"})`.

0 commit comments

Comments
 (0)