From b6461089f574959685aafeb9db3d469f0159ab6b Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Sat, 4 Jul 2015 00:48:25 +0200 Subject: [PATCH] made tiny improvement to the wording --- postgres/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/content.md b/postgres/content.md index 4b7ea1fb6..6aee2ba38 100644 --- a/postgres/content.md +++ b/postgres/content.md @@ -33,7 +33,7 @@ The PostgreSQL image uses several environment variables which are easy to miss. ### `POSTGRES_PASSWORD` -This environment variable is recommend for you to use the PostgreSQL image. This environment variable sets the superuser password for PostgreSQL. The default superuser is defined by the `POSTGRES_USER` environment variable. In the above example, it is being set to "mysecretpassword". +This environment variable is recommended for you to use the PostgreSQL image. This environment variable sets the superuser password for PostgreSQL. The default superuser is defined by the `POSTGRES_USER` environment variable. In the above example, it is being set to "mysecretpassword". ### `POSTGRES_USER`