diff --git a/content/os/v1.x/en/installation/configuration/disable-access-to-system/_index.md b/content/os/v1.x/en/installation/configuration/disable-access-to-system/_index.md index c691e12b248..8f9e26529d3 100644 --- a/content/os/v1.x/en/installation/configuration/disable-access-to-system/_index.md +++ b/content/os/v1.x/en/installation/configuration/disable-access-to-system/_index.md @@ -15,7 +15,7 @@ If RancherOS has already been started, you can use `ros config set` to update th # Disabling the `rancher.password` kernel parameter $ sudo ros config set rancher.disable ["password"] -# Disablimg the `autologin` ability +# Disabling the `autologin` ability $ sudo ros config set rancher.disable ["autologin"] ```