diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-17 20:34:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 20:34:53 +0300 |
commit | 58b8fe093da506595118076cedbdeee4aa6d20b0 (patch) | |
tree | c9f0665461e66b57419d82bbccc4ec5c5669f147 /src/sshd | |
parent | 79588ef3da9abb2b536583130653b05030e8e5a6 (diff) |
Fix typos in comments / *.md (#396)
Diffstat (limited to 'src/sshd')
-rw-r--r-- | src/sshd/NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sshd/NOTES.md b/src/sshd/NOTES.md index e0e7acc..c2ca8c8 100644 --- a/src/sshd/NOTES.md +++ b/src/sshd/NOTES.md @@ -57,7 +57,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. |