Skip to content

Commit a0f4783

Browse files
authored
Remove extra `
1 parent 97be799 commit a0f4783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WSL/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you want to access a networking app running on Windows (for example an app ru
6666

6767
1. Obtain the IP address of your host machine by running this command from your Linux distribution:
6868
```bash
69-
ip route show | grep -i default | awk '{ print $3}'`
69+
ip route show | grep -i default | awk '{ print $3}'
7070
```
7171
2. Connect to any Windows server using the copied IP address.
7272

0 commit comments

Comments
 (0)