From 9154894352f9707f33d570fea39374b6d1942090 Mon Sep 17 00:00:00 2001 From: Julien Acroute Date: Mon, 25 Jan 2016 14:11:46 +0100 Subject: [PATCH] Fix typo --- postgres/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/content.md b/postgres/content.md index 555046c5f..c42cce740 100644 --- a/postgres/content.md +++ b/postgres/content.md @@ -51,7 +51,7 @@ This optional environment variable can be used to define another location - like ### `POSTGRES_DB` -This optional environment variable can be used to define a different name for the default database that is created when the image is first started. If it is not specified, than the value of `POSTGRES_USER` will be used. +This optional environment variable can be used to define a different name for the default database that is created when the image is first started. If it is not specified, then the value of `POSTGRES_USER` will be used. # How to extend this image