From 1ed62622b1e06d39922118e18ca14794a60ab191 Mon Sep 17 00:00:00 2001 From: Jason-ZW Date: Fri, 1 Feb 2019 10:17:19 +0800 Subject: [PATCH] Fix typo --- .../configuration/disable-access-to-system/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] ```