From 1df27d1bbb3fd753b6cc52456c206d6f4dcc1579 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Tue, 25 Feb 2025 13:29:00 +0200 Subject: [PATCH] fix(health): typos --- lua/gopher/health.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/gopher/health.lua b/lua/gopher/health.lua index e9351fe..9fa0bed 100644 --- a/lua/gopher/health.lua +++ b/lua/gopher/health.lua @@ -5,8 +5,8 @@ local u = require "gopher._utils.health_util" local deps = { plugin = { { lib = "dap", msg = "required for `gopher.dap`", optional = true }, - { lib = "plenary", msg = "required for everyting in gopher.nvim", optional = false }, - { lib = "nvim-treesitter", msg = "required for everyting in gopher.nvim", optional = false }, + { lib = "plenary", msg = "required for everything in gopher.nvim", optional = false }, + { lib = "nvim-treesitter", msg = "required for everything in gopher.nvim", optional = false }, }, bin = { {