diff --git a/app/config/variables.php b/app/config/variables.php index ee8818c6b..4b27e88aa 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -65,7 +65,7 @@ return [ ], [ 'name' => '_APP_CONSOLE_WHITELIST_GOD', - 'description' => 'This option allows you to disable the creation of new users on the Appwrite console. When enabled only 1 user will be able to use the registartion form. New users can be added by invting them to your project. By default this option is enabled.', + 'description' => 'This option allows you to disable the creation of new users on the Appwrite console. When enabled only 1 user will be able to use the registration form. New users can be added by invting them to your project. By default this option is enabled.', 'introduction' => '', 'default' => 'enabled', 'required' => false,