diff --git a/lua/rustaceanvim/config/init.lua b/lua/rustaceanvim/config/init.lua index afe6f53a..89150687 100644 --- a/lua/rustaceanvim/config/init.lua +++ b/lua/rustaceanvim/config/init.lua @@ -150,7 +150,7 @@ vim.g.rustaceanvim = vim.g.rustaceanvim ---Override the enabled graphviz backends list, used for input validation and autocompletion. ---@field enabled_graphviz_backends? string[] --- ----Overide the pipe symbol in the shell command. +---Override the pipe symbol in the shell command. ---Useful if using a shell that is not supported by this plugin. ---@field pipe? string