From 0870f717f14731559a19b0d7c51618f0342ab8ac Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Sat, 24 Feb 2024 09:18:34 -0700 Subject: [PATCH] fixed minor typos --- README.md | 2 +- reference/keyboard.mdx | 4 ++-- reference/slashcommands.mdx | 2 +- reference/waveshell.mdx | 4 ++-- releasenotes.mdx | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 67b5b63..6baf643 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ We welcome contributions to Wave docs! ### Development Environment -Wave documentaion is built on Mintlify. To develop, install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command +Wave documentation is built on Mintlify. To develop, install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command ``` npm i -g mintlify diff --git a/reference/keyboard.mdx b/reference/keyboard.mdx index cba9f82..9461bdc 100644 --- a/reference/keyboard.mdx +++ b/reference/keyboard.mdx @@ -15,7 +15,7 @@ Most of Wave's global keyboard shortcuts use Cmd/Alt because we generally try to * **Cmd-W** - close the current tab * **Cmd-P** - open tab switcher (quickly switch to a new tab by name) * **Cmd-R** - restart currently selected command (command does not need to be focused, just selected) -* **Cmd-Shift-R** - restart last visibile command in current tab +* **Cmd-Shift-R** - restart last visible command in current tab * **Cmd-UpArrow** or **Cmd-PageUp** - move selected command up * **Cmd-DownArrow** or **Cmd-PageDown** - move selected command down * **Cmd-[digit]** - select nth tab @@ -73,4 +73,4 @@ Note that these keybindings only function when the command is no longer running. * **Ctrl-L** - clear chat history * **UpArrow** - select previous command block * **DownArrow** - select next command block -* **Enter** - submit question, or if a command block is selected, replace the current command with the text from the command block \ No newline at end of file +* **Enter** - submit question, or if a command block is selected, replace the current command with the text from the command block diff --git a/reference/slashcommands.mdx b/reference/slashcommands.mdx index 8cf7ba2..fa15e1f 100644 --- a/reference/slashcommands.mdx +++ b/reference/slashcommands.mdx @@ -173,7 +173,7 @@ Disconnects the current remote. `Usage: /remote:disconnect [force=1]` -If force=1 is passed it will force the remote to be disconnected even if there are running commnads. The commands will be passed SIGHUP. +If force=1 is passed it will force the remote to be disconnected even if there are running commands. The commands will be passed SIGHUP. ### /remote:install diff --git a/reference/waveshell.mdx b/reference/waveshell.mdx index 3914d37..be378dd 100644 --- a/reference/waveshell.mdx +++ b/reference/waveshell.mdx @@ -2,7 +2,7 @@ title: WaveShell Helper --- -WaveShell (also known as MShell) is a small open-source helper program that facilitiates advanced communication between your local Wave Terminal instance and a remote machine. It enables Wave Terminal to provide advanced terminal features like command blocks, persistent sessions, and detailed universal command history. +WaveShell (also known as MShell) is a small open-source helper program that facilitates advanced communication between your local Wave Terminal instance and a remote machine. It enables Wave Terminal to provide advanced terminal features like command blocks, persistent sessions, and detailed universal command history. Note that waveshell is does *not* communicate with any external services, does not open any ports, and does *not* send any information or telemetry to Wave Terminal or Command Line Inc servers. It communicates exclusively with the local Wave Terminal running on your machine via a standard SSH connection over stdin/stdout. It does not require or try to acquire any additional privledges on the remote computer (unless of course you explicitly request it run with sudo privledges to execute sudo commands). It is run only when Wave Terminal establishes a connection to the remote machine, and does not stay resident (as a daemon) when the connection is not active. @@ -14,4 +14,4 @@ No, it is not required. You can run a traditional `ssh` command at the Wave pro ## What remote architectures does WaveShell support? -MacOS (x64 and arm64), and Linux (x64 and arm64). \ No newline at end of file +MacOS (x64 and arm64), and Linux (x64 and arm64). diff --git a/releasenotes.mdx b/releasenotes.mdx index f5bc7e4..ee6cd1a 100644 --- a/releasenotes.mdx +++ b/releasenotes.mdx @@ -87,7 +87,7 @@ Note: if you get errors while using zsh, please report them on [github](https:// * Bug fix: username regex for connections (allow dots and underscores) * Bug fix: Ctrl-w functionality when deleting first word * Bug fix: Fix nvm, asdf, venv (automatically set rtnstate) -* Other bug fixes, UI cleanup, and minor featues +* Other bug fixes, UI cleanup, and minor features ### v0.5.0 - 11/10/2023 (WaveTerm) @@ -142,7 +142,7 @@ Note: if you get errors while using zsh, please report them on [github](https:// * Update line and session settings modals to update immediately * Added buttons to delete sessions and screens in their settings windows * Fix width of markdown (default column was set too small) -* Can now use "view" parameter to specifiy the renderer +* Can now use "view" parameter to specify the renderer * Fixed bug related to large environments * Other bug fixes @@ -225,4 +225,4 @@ Note: if you get errors while using zsh, please report them on [github](https:// ### v0.1.0 -Initial Relase +Initial Release