We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f96495 + a0f4783 commit 272b09bCopy full SHA for 272b09b
1 file changed
WSL/networking.md
@@ -66,7 +66,7 @@ If you want to access a networking app running on Windows (for example an app ru
66
67
1. Obtain the IP address of your host machine by running this command from your Linux distribution:
68
```bash
69
-ip route show | grep -i default | awk '{ print $3}'`
+ip route show | grep -i default | awk '{ print $3}'
70
```
71
2. Connect to any Windows server using the copied IP address.
72
0 commit comments