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",