Skip to content

Commit 1286b7c

Browse files
committed
Updated after linter feedback
1 parent 27b2476 commit 1286b7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/manuals/desktop/setup/install/windows-install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,19 +160,19 @@ again when you switch back.
160160

161161
## WSL: Verification and Setup
162162

163-
If you've chosen to use WSL, first verify that your installed version meets system requirements by running the following command in your terminal:
163+
If you have chosen to use WSL, first verify that your installed version meets system requirements by running the following command in your terminal:
164164

165165
```console
166166
wsl --version
167167
```
168168

169-
If version details do not appear, you’re likely using the inbox version of WSL. This version does not support modern capabilities and must be updated.
169+
If version details do not appear, you are likely using the inbox version of WSL. This version does not support modern capabilities and must be updated.
170170

171171
You can update or install WSL using one of the following methods:
172172

173173
### Option 1: Install or update WSL via the terminal
174174
1. Open PowerShell or Windows Command Prompt in administrator mode.
175-
2. Run either the install or update command. For more information, refer to [Install WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
175+
2. Run either the install or update command. You may be prompted to restart your machine. For more information, refer to [Install WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
176176
```console
177177
wsl --install
178178

@@ -182,7 +182,7 @@ wsl --update
182182
### Option 2: Install WSL via the MSI package
183183
If Microsoft Store access is blocked due to security policies:
184184
1. Go to the official WSL GitHub Releases page: https://github.com/microsoft/WSL/releases
185-
2. Download the `.msi` installer from the latest stable release (under the Assets dropdown).
185+
2. Download the `.msi` installer from the latest stable release (under the Assets drop-down).
186186
3. Run the downloaded installer and follow the setup instructions.
187187

188188

0 commit comments

Comments
 (0)