diff --git a/docs/default_admin.md b/docs/default_admin.md index 36eba2e..3766e84 100644 --- a/docs/default_admin.md +++ b/docs/default_admin.md @@ -22,7 +22,7 @@ bash /opt/planka_installer Choose Configuration, than Admin user ## Docker -To use the default admin user, you have to uncomment the folling variables in the **docker-compose.yml** +To use the default admin user, you have to uncomment the following variables in the **docker-compose.yml** ```bash - DEFAULT_ADMIN_EMAIL=demo@demo.demo # Do not remove if you want to prevent this user from being edited/deleted @@ -37,7 +37,7 @@ docker compose up -d ``` ## Manual Installation -To use the default admin user, you have to uncomment the folling variables in the **.env** file. +To use the default admin user, you have to uncomment the following variables in the **.env** file. ```bash DEFAULT_ADMIN_EMAIL=demo@demo.demo # Do not remove if you want to prevent this user from being edited/deleted @@ -51,4 +51,4 @@ After changing variables, you have to restart Planka If you're using our guide with PM2, just run ```bash service plaka restart -``` \ No newline at end of file +```