Skip to content

Commit e67669b

Browse files
authored
fix: address code review
1 parent 2935c80 commit e67669b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/obsidian/client.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ Client.follow_link_async = function(self, link, opts)
888888
if self.opts.follow_pdf_func ~= nil then
889889
self.opts.follow_pdf_func(res.location)
890890
else
891-
log.warn "This looks like an image path. You can customize the behavior of images with the 'follow_pdf_func' option."
891+
log.warn "This looks like a pdf path. You can customize the behavior of pdfs with the 'follow_pdf_func' option."
892892
end
893893
return
894894
end

0 commit comments

Comments
 (0)