docs: fix talosctl spelling

Fixing a typo.

Signed-off-by: David Birks <david@birks.dev>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
David Birks 2024-07-15 20:46:54 -04:00 committed by Andrey Smirnov
parent b07338f547
commit 1cf76cfbc2
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.