From 6a72ad281e598e445d37aaa87a9ef293d974bc40 Mon Sep 17 00:00:00 2001 From: chaesngmin Date: Mon, 3 Oct 2022 10:19:59 +0900 Subject: Fix: correct typos (#3117) --- lua/lvim/core/notify.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/core/notify.lua') diff --git a/lua/lvim/core/notify.lua b/lua/lvim/core/notify.lua index 2db4c4d5..72133c27 100644 --- a/lua/lvim/core/notify.lua +++ b/lua/lvim/core/notify.lua @@ -43,7 +43,7 @@ function M.config() defaults.opts.icons = { ERROR = "[ERROR]", WARN = "[WARNING]", - INFO = "[INFo]", + INFO = "[INFO]", DEBUG = "[DEBUG]", TRACE = "[TRACE]", } -- cgit v1.2.3