Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 1cfe741

Browse files
Fix to typos in multipass instance creation README
Signed-off-by: Daniel F. Dickinson <[email protected]>
1 parent e6e0a43 commit 1cfe741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multipass-instance-creation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ have added it to your path). For example:
6262
instance's SSH
6363

6464
```powershell
65-
PsExec -s $env:VBOX_MSI_INSTALL_PATH\VBoxManage.exe controlvm "primary" natpf1 "sshvs,tcp,,22222,,22"
65+
PsExec -s $Env:VBOX_MSI_INSTALL_PATH\VBoxManage.exe controlvm "primary" natpf1 "sshvs,tcp,,22222,,22"
6666
```
6767

6868
### Steps for accessing the Multipass instance from VSCode
@@ -74,7 +74,7 @@ bottom-left corner of the full VSCode window)
7474
3. Scroll to the bottom of the list, and select "Configure SSH Hosts…"
7575
4. Select the `.ssh/config` file in your home directory (Linux) or your
7676
user profile directory (Windows).
77-
5. Add a sections such as:
77+
5. Add a section such as:
7878

7979
```plaintext
8080
Host mp-dev

0 commit comments

Comments
 (0)