Skip to content

Commit 7458a58

Browse files
committed
fix typos
1 parent 43becf9 commit 7458a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wsl/tutorial/develop-with-ubuntu-wsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ During installation, under the 'Additional Tasks' step, ensure you check the `Ad
233233

234234
![Visual Studio Code's "Additional Tasks" setup dialog with the "Add to Path" and "Register Code as an editor for supported file types" options checked.](https://github.com/ubuntu/wsl/blob/main/docs/tutorials/assets/vscode/aditional-tasks.png?raw=true)
235235

236-
Open VSCode, navigate to the `Extensions` menu in the sidebar and find the `Remote Development` from MicroSoft.
236+
Open VSCode, navigate to the `Extensions` menu in the sidebar and find the `Remote Development` extension from Microsoft.
237237

238238
![Installation page for the Remote Development Visual Studio Code extension.](https://github.com/ubuntu/wsl/blob/main/docs/tutorials/assets/vscode/remote-extension.png?raw=true)
239239

@@ -362,7 +362,7 @@ The following indicates that systemd is enabled on boot:
362362
systemd=true
363363
```
364364

365-
### Create a systemd service to server your web page
365+
### Create a systemd service to automatically serve your web page
366366

367367
First, you need to create a service for `systemd` to run.
368368

0 commit comments

Comments
 (0)