Skip to content

Commit

Permalink
doc: Fix example in fidget-api.txt (#195)
Browse files Browse the repository at this point in the history
The module is singular ("notification")
  • Loading branch information
djmitche authored Dec 28, 2023
1 parent c08abd0 commit d36401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fidget-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ notification.notify({msg}, {level}, {opts})

Can be used to override `vim.notify()`, e.g.,
>lua
vim.notify = require("fidget.notifications").notify
vim.notify = require("fidget.notification").notify
<


Expand Down

0 comments on commit d36401d

Please sign in to comment.