Skip to content

Commit

Permalink
fix: Fix a typo in the documentation (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
desdic authored Jan 27, 2024
1 parent 3a93300 commit 7e08b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/fidget/notification.lua
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ end)
---
--- Can be used to override `vim.notify()`, e.g.,
--->lua
--- vim.notify = require("fidget.notifications").notify
--- vim.notify = require("fidget.notification").notify
---<
---
---@param msg string|nil Content of the notification to show to the user.
Expand Down

0 comments on commit 7e08b10

Please sign in to comment.