From 851c550bcc2d54fc5711cd16678e6ab7cb23be25 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Tue, 27 Feb 2024 12:43:55 -0700 Subject: [PATCH] fixed typo...didnt follow my own process --- reference/slashcommands.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/slashcommands.mdx b/reference/slashcommands.mdx index 833b5b6..821a1bf 100644 --- a/reference/slashcommands.mdx +++ b/reference/slashcommands.mdx @@ -228,7 +228,7 @@ Options: * `port` - Specifies the port number to use for the SSH connection. * `alias` - Sets a short name or alias for the remote connection, for easier reference. * `connectmode` - Determines whether Waveterm will autoconnect for a new connection. Supported options are `startup`, `auto`, and `manual.` -* `autoinstall` - Determines wether of not the WaveShell helper is installed on the remote host (bool) +* `autoinstall` - Determines whether of not the WaveShell helper is installed on the remote host (bool) * `key` - Specifies the path to the SSH key file to use for authentication. * `password` - Provides the SSH password for authentication (use with caution, as this may be insecure).