From 657ff24296ede309ec28ec119093b034d16c4627 Mon Sep 17 00:00:00 2001 From: Kevin Robayna Date: Mon, 5 Jun 2023 08:47:46 +0100 Subject: [PATCH] fix typo --- lua/lazyvim/plugins/extras/lang/ruby.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/ruby.lua b/lua/lazyvim/plugins/extras/lang/ruby.lua index 9dce1bd8..d172e801 100644 --- a/lua/lazyvim/plugins/extras/lang/ruby.lua +++ b/lua/lazyvim/plugins/extras/lang/ruby.lua @@ -35,7 +35,7 @@ return { opts = { adapters = { ["neotest-rspec"] = { - -- NOTE: By default neotest-rspec uses the system wide rspec gem isntead of the one through bundler + -- NOTE: By default neotest-rspec uses the system wide rspec gem instead of the one through bundler -- rspec_cmd = function() -- return vim.tbl_flatten({ -- "bundle",