From 3488a9b9a17441a36277c53a8e00a56dac811335 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Mar 17 2021 15:30:35 +0000 Subject: PasswordSpoke: Fix typo accont -> account --- diff --git a/modules/install-guide/pages/_partials/install/PasswordSpoke.adoc b/modules/install-guide/pages/_partials/install/PasswordSpoke.adoc index e226aac..5d51de3 100644 --- a/modules/install-guide/pages/_partials/install/PasswordSpoke.adoc +++ b/modules/install-guide/pages/_partials/install/PasswordSpoke.adoc @@ -1,4 +1,3 @@ - :experimental: [[sect-installation-gui-root-password]] @@ -6,7 +5,7 @@ The `Root Password` screen is used to configure the `root` password for your system. This password will be used to log into the administrator (also known as superuser) account, which is used for system administration tasks such as installing and updating software packages and changing system-wide configuration such as network and firewall settings, storage options and adding or modifying users, groups and file permissions. -The `root` account will always be created during the installation. However, you should always also create a normal user accont in xref:Installing_Using_Anaconda.adoc#sect-installation-gui-create-user[Create User] and use that account to log in to the system. Only switch to the administrator account only when you need to perform a task which requires administrator access. +The `root` account will always be created during the installation. However, you should always also create a normal user account in xref:Installing_Using_Anaconda.adoc#sect-installation-gui-create-user[Create User] and use that account to log in to the system. Only switch to the administrator account only when you need to perform a task which requires administrator access. [WARNING] ====