From 05f43bec5513e80adaa82fe6159aebe63cf8f671 Mon Sep 17 00:00:00 2001 From: Fabian Winkelmann Date: Tue, 22 Oct 2024 14:10:29 +0200 Subject: [PATCH] fix: typo in notification documentation --- lua/fidget/notification.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/fidget/notification.lua b/lua/fidget/notification.lua index 8710405..ed62980 100644 --- a/lua/fidget/notification.lua +++ b/lua/fidget/notification.lua @@ -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