diff --git a/doc/rustaceanvim.txt b/doc/rustaceanvim.txt index ee053514..2c9e45a1 100644 --- a/doc/rustaceanvim.txt +++ b/doc/rustaceanvim.txt @@ -262,7 +262,7 @@ rustaceanvim.crate-graph.Opts *rustaceanvim.crate-graph.Opts* {enabled_graphviz_backends?} (string[]) Override the enabled graphviz backends list, used for input validation and autocompletion. {pipe?} (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. 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