From 248dfe5b350af2055c527a8ea9d7f4264a8a2d88 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 17 Jan 2023 17:35:32 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/sshd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sshd/README.md b/src/sshd/README.md index 6e9382c04..7314e16af 100644 --- a/src/sshd/README.md +++ b/src/sshd/README.md @@ -76,7 +76,7 @@ While the some services automates SSH setup (e.g., when using the GitHub CLI for ``` \\sshfs.r\vscode@localhost!2222\workspaces ``` - ...where `vscode` above is the user you are running as in the container and `2222` after the `!` is the same local port you used in the `ssh` command in the previous seciton. + ...where `vscode` above is the user you are running as in the container and `2222` after the `!` is the same local port you used in the `ssh` command in the previous section. 4. Your dev container's filesystem should now be available in the `~/sshfs/devcontainer` folder on macOS or Linux or in a new explorer window on Windows.