浏览代码

Merge pull request #269 from sbellem/postgres-readme

made tiny improvement to the wording
Talon James Bowler 10 年之前
父节点
当前提交
a4467c5ef2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      postgres/content.md

+ 1 - 1
postgres/content.md

@@ -33,7 +33,7 @@ The PostgreSQL image uses several environment variables which are easy to miss.
 
 
 ### `POSTGRES_PASSWORD`
 ### `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`
 ### `POSTGRES_USER`