Skip to content

Commit

Permalink
Merge pull request #9 from lokesh-krishna/typo
Browse files Browse the repository at this point in the history
Fix typo in prompt title
  • Loading branch information
jmbuhr authored Mar 26, 2024
2 parents 2be4328 + adbed4c commit d9e673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/zotero/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ M.picker = function(opts)
local ft_options = M.config.ft[vim.bo.filetype] or M.config.ft.default
pickers
.new(opts, {
prompt_title = 'Zotoro library',
prompt_title = 'Zotero library',
finder = finders.new_table {
results = get_items(),
entry_maker = function(pre_entry)
Expand Down

0 comments on commit d9e673a

Please sign in to comment.