From 318f5e2d78eb3f8f325d561f7d2f2c2e02035570 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Mon, 5 Oct 2020 20:24:49 -0400 Subject: [PATCH] fix spelling resolves #714 This is a stupid reason for an issue. --- database/sql/postgres/egg-postgres.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/sql/postgres/egg-postgres.json b/database/sql/postgres/egg-postgres.json index 59368cf9..c6a73413 100644 --- a/database/sql/postgres/egg-postgres.json +++ b/database/sql/postgres/egg-postgres.json @@ -52,7 +52,7 @@ }, { "name": "Postgres Database", - "description": "The postgres databas the user will have access too.", + "description": "The postgres database the user will have access too.", "env_variable": "PGDATABASE", "default_value": "pterodactyl", "user_viewable": 1,