Skip to content

Commit 132a3d3

Browse files
authored
Remove extra backtick from previous commit
The previous commit changed several inline code markup into code blocks, and accidently left behind a backtick.
1 parent 3c9ebe5 commit 132a3d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WSL/wsl2-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and make sure to replace `<Distro>` with the actual name of your distro. (You ca
4848
Additionally, if you want to make WSL 2 your default architecture you can do so with this command:
4949

5050
```
51-
wsl --set-default-version 2`
51+
wsl --set-default-version 2
5252
```
5353

5454
This will make any new distro that you install be initialized as a WSL 2 distro.
@@ -75,4 +75,4 @@ Below are related errors and suggested fixes when installing WSL 2. Please refer
7575
* Please check [WSL Github thread #4103](https://github.com/microsoft/WSL/issues/4103) where this issue is being tracked for updated information.
7676

7777
* **The term 'wsl' is not recognized as the name of a cmdlet, function, script file, or operable program.**
78-
* Ensure that the [Windows Subsystem for Linux Optional Component is installed](./wsl2-install.md#enable-the-virtual-machine-platform-optional-component-and-make-sure-wsl-is-enabled).<br> Additionally, if you are using an Arm64 device and running this command from PowerShell, you will receive this error. Instead run `wsl.exe` from [PowerShell Core](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-windows?view=powershell-6), or Command Prompt.
78+
* Ensure that the [Windows Subsystem for Linux Optional Component is installed](./wsl2-install.md#enable-the-virtual-machine-platform-optional-component-and-make-sure-wsl-is-enabled).<br> Additionally, if you are using an Arm64 device and running this command from PowerShell, you will receive this error. Instead run `wsl.exe` from [PowerShell Core](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-windows?view=powershell-6), or Command Prompt.

0 commit comments

Comments
 (0)