Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 052bae7

Browse files
authored
Merge pull request #26 from daylennguyen/main
docs: Spelling corrections on README.md
2 parents 3281a2f + 208fd08 commit 052bae7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Select a codespace and press enter. The extension will connect to selected codes
5353

5454
<img width="749" alt="image" src="https://user-images.githubusercontent.com/1478800/161617508-b65de564-60f3-46c8-8394-5b28c8ac477b.png">
5555

56-
There are two pannels in the connected view of the extension:
56+
There are two panels in the connected view of the extension:
5757

5858
- Panel on the left (`NAT`) shows the network address translation table for currently opened connections. For stateful protocols(e.g. `TCP`) the records are cleaned up automatically after connection is closed so the records will come and go as connection is established and closed. For stateless protocols (e.g. `UDP` or `ICMP`) or unsuccessful `TCP` connections the records are cleaned up after some time, so those will show up in the list for some time.
5959
- Panel on the right (`DNS`) shows the resolved `DNS` records, as `hostname`, `record` and `time-to-live` (`TTL`) values.
@@ -63,10 +63,10 @@ Press `q` or `ctrl + c` to stop the extension.
6363

6464
### CLI Options
6565

66-
- `--gui`: Enanble/disable GUI mode. [`true` | `false`] [default: `true`]
67-
- `--dns`: Enanble/disable DNS resolution. [`true` | `false`] [default: `true`]
66+
- `--gui`: Enable/disable GUI mode. [`true` | `false`] [default: `true`]
67+
- `--dns`: Enable/disable DNS resolution. [`true` | `false`] [default: `true`]
6868
- `--trace`: Specify tracing verbosity. [`none` | `trace` | `debug` | `info` | `warn` | `error`] [default: `info`]
69-
- `--telemetry`: Enanble/disable sending diagnostics telemetry (no `PII` data is sent). [`true` | `false`] [default: `true`]
69+
- `--telemetry`: Enable/disable sending diagnostics telemetry (no `PII` data is sent). [`true` | `false`] [default: `true`]
7070

7171
Run `gh net start -h` for details.
7272

@@ -102,7 +102,7 @@ Run `gh net start -h` for details.
102102
| Windows 10 | <span title="in progress">🏃</span> |
103103
| Windows 11 | <span title="in progress">🏃</span> |
104104

105-
## Supported achritectures
105+
## Supported architectures
106106

107107
### Mac OSx
108108

0 commit comments

Comments
 (0)