From f44468bff5e2287ffdc0e84777c20d71b0292299 Mon Sep 17 00:00:00 2001 From: Daniel Chatfield Date: Wed, 28 Jan 2015 11:41:54 +0000 Subject: [PATCH] Fix minor typo --- postgres/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/content.md b/postgres/content.md index e3d37d126..d9a943a66 100644 --- a/postgres/content.md +++ b/postgres/content.md @@ -66,7 +66,7 @@ example, it is being set to "mysecretpassword". ### `POSTGRES_USER` This optional environment variable is used in conjunction with -`POSTGRES_PASSWORD` to set a user and its password. This varible will create the +`POSTGRES_PASSWORD` to set a user and its password. This variable will create the specified user with superuser power and a database with the same name. If it is not specified, then the default user of `postgres` will be used.