Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/network/basic_network_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ You can't do much with a computer these days without network connectivity. Wheth
64 bytes from 192.168.1.10: icmp_seq=3 ttl=255 time=0.676 ms
```

Test to ensure we cam see a reachable host external to your network. For the test below, we are using Google's open DNS server:
Test to ensure we can see a reachable host external to your network. For the test below, we are using Google's open DNS server:

```bash
ping -c3 8.8.8.8
Expand Down