Skip to content

Commit

Permalink
docs: fix talosctl spelling
Browse files Browse the repository at this point in the history
Fixing a typo.

Signed-off-by: David Birks <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
dbirks authored and smira committed Jul 16, 2024
1 parent b07338f commit 1cf76cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ talosctl -n IP apply machineconfig --mode=interactive

> Note: when a Talos node is running in the maintenance mode it's necessary to provide `--insecure (-i)` flag to connect to the API and apply the config.
### `taloctl edit machineconfig`
### `talosctl edit machineconfig`

Command `talosctl edit` loads current machine configuration from the node and launches configured editor to modify the config.
If config hasn't been changed in the editor (or if updated config is empty), update is not applied.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ talosctl -n IP apply machineconfig --mode=interactive

> Note: when a Talos node is running in the maintenance mode it's necessary to provide `--insecure (-i)` flag to connect to the API and apply the config.
### `taloctl edit machineconfig`
### `talosctl edit machineconfig`

Command `talosctl edit` loads current machine configuration from the node and launches configured editor to modify the config.
If config hasn't been changed in the editor (or if updated config is empty), update is not applied.
Expand Down

0 comments on commit 1cf76cf

Please sign in to comment.