Skip to content

Commit

Permalink
Update basic-commands.md (typo teh to the) (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez authored Aug 14, 2024
1 parent 6d44368 commit adc8b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WSL/basic-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ To terminate the specified distribution, or stop it from running, replace `<Dist
## Identify IP address

- `wsl hostname -I`: Returns the IP address of your Linux distribution installed via WSL 2 (the WSL 2 VM address)
- `ip route show | grep -i default | awk '{ print $3}'`: Returns teh IP address of the Windows machine as seen from WSL 2 (the WSL 2 VM)
- `ip route show | grep -i default | awk '{ print $3}'`: Returns the IP address of the Windows machine as seen from WSL 2 (the WSL 2 VM)

For a more detailed explanation, see [Accessing network applications with WSL: Identify IP Address](./networking.md#identify-ip-address).

Expand Down

0 comments on commit adc8b79

Please sign in to comment.