From 208e24d3983c3a20d5a63e009e3484f13dcb8067 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Fri, 16 Dec 2016 20:58:41 -0800 Subject: [PATCH] INSTALL.md grammar --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 53a7838461..129b071f1b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -138,7 +138,7 @@ instructions below as appropriate. ### PostgreSQL account setup -We need to create a PostgreSQL role (i.e. user account) for your current user, and it needs to be a superuser so that we can create more database. +We need to create a PostgreSQL role (i.e. user account) for your current user, and it needs to be a superuser so that we can create more databases. ``` sudo -u postgres -i