From ce93e935340311e27cc494deeeabea17abc51e0f Mon Sep 17 00:00:00 2001 From: Gerrard Geldenhuis Date: Fri, 20 Sep 2013 17:41:53 +0100 Subject: [PATCH] Fixing small typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51b396d..0b232d6 100644 --- a/README.md +++ b/README.md @@ -414,16 +414,16 @@ The role name to create. The hash to use during password creation. Use the `postgresql_password` function to provide an MD5 hash here. ####`createdb` -Weither to grant the ability to create new databases with this role. Defaults to `false`. +Whether to grant the ability to create new databases with this role. Defaults to `false`. ####`createrole` -Weither to grant the ability to create new roles with this role. Defaults to `false`. +Whether to grant the ability to create new roles with this role. Defaults to `false`. ####`login` -Weither to grant login capability for the new role. Defaults to `false`. +Whether to grant login capability for the new role. Defaults to `false`. ####`superuser` -Weither to grant super user capability for the new role. Defaults to `false`. +Whether to grant super user capability for the new role. Defaults to `false`. ####`replication` If `true` provides replication capabilities for this role. Defaults to `false`.