Skip to content

Commit

Permalink
fix: typo in notification documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
faeb5 committed Oct 22, 2024
1 parent d855eed commit 05f43be
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 @@ -9,7 +9,7 @@ local logger = require("fidget.logger")
--- Used to determine the identity of notification items and groups.
---@alias Key any

--- Second (level) paramter passed to |fidget.notification.notify|.
--- Second (level) parameter passed to |fidget.notification.notify|.
---
--- `string` indicates highlight group name; otherwise, `number` indicates
--- the |vim.log.levels| value (that will resolve to a highlight group as
Expand Down

0 comments on commit 05f43be

Please sign in to comment.