diff --git a/README.md b/README.md index 1bc54cd..f9bf59f 100644 --- a/README.md +++ b/README.md @@ -658,16 +658,16 @@ The hash to use during password creation. If the password is not already pre-enc } ####`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`.