Skip to content

Commit 66be458

Browse files
Merge pull request #510 from v-maudel/patch-2
M43519: Fixing typo resolv.con/resolv.conf
2 parents 816f790 + 1e1d1b8 commit 66be458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WSL/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If after connecting to a VPN on Windows, bash loses network connectivity, try th
2020
1. Take a note of the DNS server of the VPN from doing `ipconfig.exe /all`
2121
2. Make a copy of the existing resolv.conf
2222
`sudo cp /etc/resolv.conf /etc/resolv.conf.new`
23-
3. Unlink the current resolv.con
23+
3. Unlink the current resolv.conf
2424
`sudo unlink /etc/resolv.conf`
2525
4. `sudo mv /etc/resolv.conf.new /etc/resolv.conf`
2626
5. Open `/etc/resolv.conf` and <br/>

0 commit comments

Comments
 (0)