Merge pull request #10742 from rockhopper72/fix-typo-in-wsl

Fix formatting issues on WSL docs
This commit is contained in:
Brian Cain 2019-03-19 09:05:06 -07:00 committed by GitHub
commit 4e4e03d7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Download the installer package for the Linux distribution from the releases
page and install Vagrant.
__NOTE: When Vagrant is installed on the Windows system the version installed
within the Linux distribution *must* match._
within the Linux distribution *must* match.__
# Vagrant Usage
@ -43,7 +43,7 @@ not be available. To enable Windows access, which will also enable the
VirtualBox and Hyper-V providers, set the `VAGRANT_WSL_ENABLE_WINDOWS_ACCESS`
environment variable:
````
```
$ export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS="1"
```