diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-01-17 20:46:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 20:46:27 +0300 |
commit | f7314671e1654cd47263a09b134ddd0286f9eccc (patch) | |
tree | 8d8d17f1490db3291fe88027b9985b24219b5819 | |
parent | 58b8fe093da506595118076cedbdeee4aa6d20b0 (diff) |
Automated documentation update (#405)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r-- | src/sshd/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sshd/README.md b/src/sshd/README.md index 6e9382c..7314e16 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. |