Skip to content

Commit

Permalink
Fixed small typo. (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
linguini1 authored Aug 26, 2023
1 parent 2d92125 commit 207285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ this case we just put the text in the current buffer with `vim.api.nvim_put`.

Entry maker is a function used to transform an item from the finder to an
internal entry table, which has a few required keys. It allows us to display
one string but match something completly different. It also allows us to set
one string but match something completely different. It also allows us to set
an absolute path when working with files (so the file will always be found)
and a relative file path for display and sorting. This means the relative file
path doesn't even need to be valid in the context of the current working directory.
Expand Down

0 comments on commit 207285c

Please sign in to comment.